Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjan committed Aug 20, 2019
1 parent 0c010d3 commit db4600b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(name="punchcards",
version='0.1',
version='0.2.0',
description='Punch Card Reader',
url='http://github.com/UMD-DCIC/punchcards',
author='Gregory N. Jansen',
author_email='[email protected]',
download_url = 'https://github.com/UMD-DCIC/punchcards/archive/v_01.tar.gz',
download_url = 'https://github.com/UMD-DCIC/punchcards/archive/v_02.tar.gz',
keywords = ['PUNCH', 'CARD', 'PUNCHCARD', 'IMAGE'],
license='GPL 3.0',
packages=['punchcards'],
Expand Down

0 comments on commit db4600b

Please sign in to comment.