Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
pypi: Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreiner committed Sep 11, 2023
1 parent 6ee2fa1 commit 66bf751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

basedir = os.path.dirname(os.path.abspath(__file__))

version="3.2.1"
version="3.2.2"
if os.path.isfile(os.path.join(basedir, "version.txt")):
with open(os.path.join(basedir, "version.txt")) as fp:
version = fp.read()
Expand Down

0 comments on commit 66bf751

Please sign in to comment.