Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sophietheis committed Oct 11, 2024
1 parent 6978a7e commit 0d427e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

## Version management copied form numpy
## Thanks to them!
MAJOR = 0
MINOR = 9
MICRO = 1
MAJOR = 1
MINOR = 0
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%s' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 0d427e0

Please sign in to comment.