Skip to content

Commit

Permalink
Bump version: 0.20.2 → 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Shumko committed Oct 11, 2023
1 parent b323486 commit fcf84cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.2
current_version = 0.20.3
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion asilib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pathlib
import configparser

__version__ = '0.20.2'
__version__ = '0.20.3'

# Load the configuration settings.
HERE = pathlib.Path(__file__).parent.resolve()
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aurora-asi-lib
version = 0.20.2
version = 0.20.3
url=https://github.com/mshumko/aurora-asi-lib
author=Mykhaylo Shumko
author_email[email protected]
Expand Down

0 comments on commit fcf84cc

Please sign in to comment.