Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jan 28, 2023
1 parent 59899e4 commit d38d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "0.12.2"
__version__ = "0.12.3"



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from setuptools import setup

setup(
version='0.12.2'
version='0.12.3'
)

0 comments on commit d38d9c5

Please sign in to comment.