Skip to content

Commit 1819af4

Browse files
committed
REL: version v0.9.0
First release
1 parent 9d46a1d commit 1819af4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cycler.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from operator import mul, add
88
import copy
99

10+
__version__ = '0.9.0'
11+
1012

1113
def _process_keys(left, right):
1214
"""

setup.py

+1-1
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.1.0',
4+
version='0.9.0',
55
author='Thomas A Caswell',
66
py_modules=['cycler'],
77
description='Composable style cycles',

0 commit comments

Comments
 (0)