Skip to content

Commit

Permalink
bump version in setup.py so I can release 'alpha' and get a DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Dec 23, 2018
1 parent 129ff06 commit 88e6c11
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
Expand Up @@ -23,8 +23,8 @@
EMAIL = 'nicholdav@gmail.com'
AUTHOR = 'David Nicholson'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.1.1a1'
LICENSE='BSD'
VERSION = '0.2.0a1'
LICENSE = 'BSD'

REQUIRED = [
'numpy', 'attrs', 'evfuncs', 'koumura',
Expand Down

0 comments on commit 88e6c11

Please sign in to comment.