Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Apr 10, 2024
1 parent 0574e64 commit 25e009d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdgl/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 8, 2)
__version_info__ = (0, 8, 1)
__version__ = ".".join(map(str, __version_info__))


Expand Down

0 comments on commit 25e009d

Please sign in to comment.