Skip to content

Commit

Permalink
- Updated version to 3.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Apr 30, 2022
1 parent ab10871 commit 3b25f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DisplayCAL/meta.py
Expand Up @@ -23,7 +23,7 @@
from DisplayCAL.options import test_update

if not VERSION or test_update:
VERSION = VERSION_BASE = (0, 0, 0, 0)
VERSION = VERSION_BASE = (0, 0, 0)
VERSION_STRING = ".".join(str(n) for n in VERSION)

author = ", ".join([
Expand Down
2 changes: 1 addition & 1 deletion VERSION_BASE
@@ -1 +1 @@
3.9.0
3.9.1
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name=DisplayCAL
version=3.9.0
version=3.9.1
license_file = LICENSE.txt

[options]
Expand Down

0 comments on commit 3b25f05

Please sign in to comment.