Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzfb committed Dec 24, 2024
1 parent 43f51ae commit 9ff1b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antgo/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import unicode_literals
from __future__ import division

version_code = "0.3.7"
version_code = "0.3.8"
version_info = tuple([int(d) for d in version_code.split("-")[0].split(".")])

0 comments on commit 9ff1b78

Please sign in to comment.