Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
prepare for next release
  • Loading branch information
al-niessner authored Jul 23, 2024
1 parent e9af3e4 commit eb65f81
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 @@ -4,7 +4,7 @@
import sys

# The current version of the system. Format is #.#.#[-DEV].
version = '1.3.2'
version = '1.3.3'

# Require Python 3.10 or higher
if (sys.version_info[:2] < (3, 10)):
Expand Down

0 comments on commit eb65f81

Please sign in to comment.