Skip to content

Commit 87a26b8

Browse files
Bump version to 1.0.10-dev after release
1 parent baf6abc commit 87a26b8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
## Changelog
99

1010

11+
### 1.0.10-dev
12+
13+
14+
1115
### 1.0.9
1216

1317
* Reject recursive trees. Thank you to Melody Ma for uncovering

pyvcg/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
## ##
2323
##############################################################################
2424

25-
VERSION_TUPLE = (1, 0, 9)
26-
VERSION_SUFFIX = ""
25+
VERSION_TUPLE = (1, 0, 10)
26+
VERSION_SUFFIX = "dev"
2727

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

0 commit comments

Comments
 (0)