Skip to content

Commit ed7e09b

Browse files
PyVCG Release 1.0.5
1 parent cf79813 commit ed7e09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Changelog
99

1010

11-
### 1.0.5-dev
11+
### 1.0.5
1212

1313
* Fix python_requires, the expression acidentally excluded Python
1414
3.11. We should now correctly support it.

pyvcg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
##############################################################################
2424

2525
VERSION_TUPLE = (1, 0, 5)
26-
VERSION_SUFFIX = "dev"
26+
VERSION_SUFFIX = ""
2727

2828
PYVCG_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
2929
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")

0 commit comments

Comments
 (0)