Skip to content

Commit

Permalink
Merge pull request #108 from realratchet/master
Browse files Browse the repository at this point in the history
Bump tablite version to 2023.8.7
  • Loading branch information
realratchet authored Nov 8, 2023
2 parents a18756b + 9873b58 commit e8d2ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tablite/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major, minor, patch = 2023, 8, "dev72"
major, minor, patch = 2023, 8, 7
__version_info__ = (major, minor, patch)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit e8d2ed8

Please sign in to comment.