Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Former-commit-id: a83fbea
  • Loading branch information
JDRomano2 committed Jul 1, 2021
1 parent 100fd26 commit ff76933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

package_src_dir = Path(__file__).parent

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

def get_docs_url():
Expand Down

0 comments on commit ff76933

Please sign in to comment.