Skip to content

Commit

Permalink
prepare for 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDiamond committed Jan 19, 2024
1 parent 5d1416b commit 0636955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

MAJOR = 1
MINOR = 4
MICRO = 2
IS_RELEASED = True
MICRO = 3
IS_RELEASED = False
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 0636955

Please sign in to comment.