Skip to content

Commit

Permalink
Updating bumpversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Apr 10, 2020
1 parent 2b3c442 commit 2b9e649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion genotype_variants/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Ronak Shah"""
__email__ = 'rons.shah@gmail.com'
__version__ = '0.2.0'
__version__ = '0.2.1'
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ replace = version='{new_version}'
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bumpversion:file:genotype_variants/commands/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
universal = 1

Expand Down

0 comments on commit 2b9e649

Please sign in to comment.