Skip to content

Commit 824e081

Browse files
PyVCG Release 1.0.4
1 parent a03817e commit 824e081

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.4-dev
11+
### 1.0.4
1212

1313
* Move to CVC 1.0.8. This means we can now support Python 3.11 as
1414
well.

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, 4)
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)