We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b617a commit d058794Copy full SHA for d058794
2 files changed
docs/source/conf.py
@@ -60,9 +60,9 @@
60
# built documents.
61
#
62
# The short X.Y version.
63
-version = '0.1a16'
+version = '0.1a17'
64
# The full version, including alpha/beta/rc tags.
65
-release = '0.1a15'
+release = '0.1a17'
66
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
# for a list of supported languages.
setup.py
@@ -3,7 +3,7 @@
3
4
setuptools.setup(
5
name="effect",
6
- version="0.1a16",
+ version="0.1a17",
7
description="pure effects for Python",
8
long_description=open('README.rst').read(),
9
url="http://github.com/radix/effect/",
0 commit comments