We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819af4 commit dcc3400Copy full SHA for dcc3400
cycler.py
@@ -7,7 +7,7 @@
7
from operator import mul, add
8
import copy
9
10
-__version__ = '0.9.0'
+__version__ = '0.9.0.post1'
11
12
13
def _process_keys(left, right):
setup.py
@@ -1,8 +1,9 @@
1
from setuptools import setup
2
3
setup(name='cycler',
4
- version='0.9.0',
+ version='0.9.0.post1',
5
author='Thomas A Caswell',
6
+ author_email='tcaswell@gmail.com',
py_modules=['cycler'],
description='Composable style cycles',
url='http://github.com/matplotlib/cycler',
0 commit comments