Skip to content

Commit

Permalink
REL: set version to 0.20.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 30, 2022
1 parent 92e0f77 commit b4ecd4d
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 @@ -49,9 +49,9 @@


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


Expand Down

0 comments on commit b4ecd4d

Please sign in to comment.