Skip to content

Commit 88b617a

Browse files
committed
woops I forgot to bump to 0.1a16 after the last release
1 parent 0003e74 commit 88b617a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.1a15'
63+
version = '0.1a16'
6464
# The full version, including alpha/beta/rc tags.
6565
release = '0.1a15'
6666

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name="effect",
6-
version="0.1a15",
6+
version="0.1a16",
77
description="pure effects for Python",
88
long_description=open('README.rst').read(),
99
url="http://github.com/radix/effect/",

0 commit comments

Comments
 (0)