Skip to content

Commit

Permalink
Increment Python package version
Browse files Browse the repository at this point in the history
  • Loading branch information
JDRomano2 committed Jun 10, 2022
1 parent 8f55bd5 commit 9d1ca21
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 @@ -14,8 +14,8 @@
package_src_dir = Path(__file__).parent

MAJOR = 1
MINOR = 0
MICRO = 0
MINOR = 1
MICRO = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 9d1ca21

Please sign in to comment.