Skip to content

Commit

Permalink
New version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hab6 committed Mar 11, 2024
1 parent 89119af commit 4d27cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlalchemy_ingres/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_tuple = __version_info__ = (0, 0, 5, 'dev1')
version_tuple = __version_info__ = (0, 0, 6)
version = version_string = __version__ = '.'.join(map(str, __version_info__))
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# pick up version number, __version__
exec(open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'lib', 'sqlalchemy_ingres', '_version.py')).read())

print("Current version is: %s\n" % __version__)

setup(
name = "sqlalchemy-ingres", # note hypen, not underscore
Expand Down

0 comments on commit 4d27cbc

Please sign in to comment.