We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f33326 commit bce717bCopy full SHA for bce717b
2 files changed
doc/source/conf.py
@@ -66,9 +66,9 @@
66
# built documents.
67
#
68
# The short X.Y version.
69
-version = '0.11.0'
+version = '0.12.0'
70
# The full version, including alpha/beta/rc tags.
71
-release = '0.11.0'
+release = '0.12.0.dev0'
72
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
# for a list of supported languages.
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='cycler',
4
- version='0.11.0',
+ version='0.12.0.dev0',
5
author='Thomas A Caswell',
6
author_email='matplotlib-users@python.org',
7
py_modules=['cycler'],
0 commit comments