We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf79813 commit ed7e09bCopy full SHA for ed7e09b
CHANGELOG.md
@@ -8,7 +8,7 @@
8
## Changelog
9
10
11
-### 1.0.5-dev
+### 1.0.5
12
13
* Fix python_requires, the expression acidentally excluded Python
14
3.11. We should now correctly support it.
pyvcg/version.py
@@ -23,7 +23,7 @@
23
##############################################################################
24
25
VERSION_TUPLE = (1, 0, 5)
26
-VERSION_SUFFIX = "dev"
+VERSION_SUFFIX = ""
27
28
PYVCG_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
29
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
0 commit comments