Skip to content

Commit c739312

Browse files
committed
bump version to 0.12.0+
1 parent 197531a commit c739312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
master_doc = 'index'
1313
project = u'Effect'
1414
copyright = u'2015, Christopher Armstrong'
15-
version = release = '0.12.0'
15+
version = release = '0.12.0+'
1616

1717
html_theme = 'sphinx_rtd_theme'

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.12.0",
6+
version="0.12.0+",
77
description="pure effects for Python",
88
long_description=open('README.rst').read(),
99
url="http://github.com/python-effect/effect/",

0 commit comments

Comments
 (0)