Skip to content

Commit 4fc0c2b

Browse files
committed
bump version post-release
1 parent d97a6bc commit 4fc0c2b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050

5151
# General information about the project.
5252
project = u'Effect'
53-
copyright = u'2014, Christopher Armstrong'
53+
copyright = u'2015, Christopher Armstrong'
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.1a14'
60+
version = '0.1a15'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.1a14'
62+
release = '0.1a15'
6363

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

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.1a14",
6+
version="0.1a15",
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)