We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c916978 commit 93a57f6Copy full SHA for 93a57f6
2 files changed
docs/source/conf.py
@@ -60,9 +60,9 @@
60
# built documents.
61
#
62
# The short X.Y version.
63
-version = '0.1a17'
+version = '0.1a18'
64
# The full version, including alpha/beta/rc tags.
65
-release = '0.1a17'
+release = '0.1a18'
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.1a17",
+ version="0.1a18",
7
description="pure effects for Python",
8
long_description=open('README.rst').read(),
9
url="http://github.com/radix/effect/",
0 commit comments