Skip to content

Commit

Permalink
REL: version v0.9.0
Browse files Browse the repository at this point in the history
First release
  • Loading branch information
tacaswell committed Jul 4, 2015
1 parent 9d46a1d commit 1819af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cycler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from operator import mul, add
import copy

__version__ = '0.9.0'


def _process_keys(left, right):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='cycler',
version='0.1.0',
version='0.9.0',
author='Thomas A Caswell',
py_modules=['cycler'],
description='Composable style cycles',
Expand Down

0 comments on commit 1819af4

Please sign in to comment.