Skip to content

Commit

Permalink
Merge pull request #80 from griffithlab/release-the-kraken
Browse files Browse the repository at this point in the history
bump version to 1.0.0
  • Loading branch information
ahwagner authored Mar 14, 2020
2 parents aa3e5d9 + 0c1a6f3 commit fee942c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion civicpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__major__ = '1'
__minor__ = '0'
__patch__ = '0'
__meta_label__ = 'rc6'
__meta_label__ = ''
__short_version__ = f"{__major__}.{__minor__}"
__version__ = f"{__short_version__}.{__patch__}"
if __meta_label__:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- sphinxjp.themes.basicstrap
- Cython
- pandas==0.24.1
- civicpy==1.0.0rc6
- civicpy==1.0.0

0 comments on commit fee942c

Please sign in to comment.