Skip to content

Commit 542c779

Browse files
committed
Update version.py and appveyor.yml
1 parent 1e47c73 commit 542c779

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.10-dev{build}
1+
version: 0.11-dev{build}
22

33
# fetch repository as zip archive
44
shallow_clone: true

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"final": 15}
6868

6969
MAJOR = 0
70-
MINOR = 11
70+
MINOR = 12
7171
MICRO = 0
72-
RELEV = "final" # <16
72+
RELEV = "dev" # <16
7373
SERIAL = 0 # <16
7474

7575
date = __date__

0 commit comments

Comments
 (0)