Skip to content

Commit bce717b

Browse files
committed
BLD: Bump version for next release
1 parent 0f33326 commit bce717b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '0.11.0'
69+
version = '0.12.0'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '0.11.0'
71+
release = '0.12.0.dev0'
7272

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='cycler',
4-
version='0.11.0',
4+
version='0.12.0.dev0',
55
author='Thomas A Caswell',
66
author_email='matplotlib-users@python.org',
77
py_modules=['cycler'],

0 commit comments

Comments
 (0)