Skip to content

Commit

Permalink
Incremented version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
calvingiles committed Aug 2, 2015
1 parent dcdca34 commit 218f1ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
from distutils.core import setup

version = '0.0.3'

setup(
name='cosine_transform',
version='0.0.2',
version=version,
packages=['cosine_transform'],
url='https://github.com/calvingiles/cosine_transform',
download_url='https://github.com/calvingiles/cosine_transform/tarball/0.0.2',
download_url='https://github.com/calvingiles/cosine_transform/tarball/{}'.format(version),
license='LICENCE.txt',
author='calvin',
author_email='calvin.giles@gmail.com',
Expand Down

0 comments on commit 218f1ee

Please sign in to comment.