Skip to content

Commit

Permalink
Update setup.py (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-niessner authored Mar 14, 2024
1 parent a0127c4 commit a8908d4
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.1'

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

0 comments on commit a8908d4

Please sign in to comment.