Skip to content

Commit 58906fe

Browse files
committed
Bump release version to 0.1.1-alpha.
1 parent 8d709d6 commit 58906fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '0.1'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.1.0-alpha'
57+
release = '0.1.1-alpha'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import glob
44

55
APPNAME='valum'
6-
VERSION='0.1.0-alpha'
6+
VERSION='0.1.1-alpha'
77
API_VERSION='0.1'
88

99
top='.'

0 commit comments

Comments
 (0)