Skip to content

Commit

Permalink
REL: set version to 0.19.0.dev0
Browse files Browse the repository at this point in the history
For the very unlikely case we want to do another release
  • Loading branch information
rgommers committed Nov 30, 2022
1 parent 44d3d14 commit f6ba6b7
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 @@ -50,9 +50,9 @@


MAJOR = 0
MINOR = 18
MINOR = 19
MICRO = 0
ISRELEASED = True
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit f6ba6b7

Please sign in to comment.