Skip to content

Commit

Permalink
Fix version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knu2xs committed Apr 8, 2021
1 parent 932a072 commit ca21a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ values =
[bumpversion:file:VERSION]

[bumpversion:file:./setup.py]
search = vesrion='{current_version}'
replace = vesrion='{new_version}'
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:./conda-recipe/meta.yaml]
search = version: "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name='demographic-modeling',
package_dir={"": "src"},
packages=find_packages('src', include=['modeling']),
vesrion='0.3.0',
version='0.3.0',
description='Demographic Modeling',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ca21a20

Please sign in to comment.