Skip to content

Commit

Permalink
Bump version to 2.3.10.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Jan 12, 2025
1 parent e8c8beb commit 12aa97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self):
release_number = 10

# create the version string
version_str = "%s.%s.3" % (box2d_version, release_number)
version_str = "%s.%s.4" % (box2d_version, release_number)

# setup some paths and names
library_base='library' # the directory where the egg base will be for setuptools develop command
Expand Down

0 comments on commit 12aa97d

Please sign in to comment.