Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Jan 31, 2022
1 parent 6c6d4c1 commit ad2a191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sashimi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from sashimi.main import main
from sys import argv
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand All @@ -14,4 +14,4 @@ replace = version="{new_version}"

[bumpversion:file:sashimi/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
replace = __version__ = "{new_version}"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="sashimi",
version="0.2.0",
version="0.2.1",
author="Vilim Stih @portugueslab",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit ad2a191

Please sign in to comment.