Skip to content

Commit

Permalink
Start minor/bugfix version for 1.3.x branch (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos authored Mar 24, 2021
1 parent fb52a98 commit 7046f75
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 @@ -7,9 +7,9 @@

MAJOR = 1
MINOR = 3
MICRO = 0
MICRO = 1

IS_RELEASED = True
IS_RELEASED = False

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 7046f75

Please sign in to comment.