Skip to content

Commit

Permalink
bump version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis authored Aug 31, 2023
1 parent 1c3d3f3 commit 373a223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synthcity/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.7"
__version__ = "0.2.8"

MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
PATCH_VERSION = __version__.split(".")[-1]

0 comments on commit 373a223

Please sign in to comment.