Skip to content

Commit

Permalink
REL : Release version 7.0.1 of pyface
Browse files Browse the repository at this point in the history
we simply flip IS_RELEASED to True

	modified:   setup.py
  • Loading branch information
Sai Rahul Poruri committed Jul 15, 2020
1 parent cbb4089 commit 17a2448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MINOR = 0
MICRO = 1

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit 17a2448

Please sign in to comment.