Skip to content

Commit

Permalink
-> version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzeiser committed Apr 4, 2020
1 parent 0fcafe2 commit 04508c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -19,9 +19,9 @@
# python setup.py build_ext --inplace

# Version rutine taken from numpy
MAJOR = 0
MINOR = 9
MICRO = 1
MAJOR = 1
MINOR = 0
MICRO = 0
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 04508c5

Please sign in to comment.