Skip to content

Commit

Permalink
bumped to version 1.0.27 to fix publish to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Feb 13, 2024
1 parent e0ba057 commit 50e689b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brightest_path_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.16"
__version__ = "1.0.27"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
here = Path(__file__).parent.absolute()
sys.path.insert(0, ".")

VERSION = "1.0.16"
VERSION = "1.0.27"

TRANSONIC_BACKEND = "pythran"

Expand Down

0 comments on commit 50e689b

Please sign in to comment.