Skip to content

Commit 17a2448

Browse files
author
Sai Rahul Poruri
committed
REL : Release version 7.0.1 of pyface
we simply flip IS_RELEASED to True modified: setup.py
1 parent cbb4089 commit 17a2448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MINOR = 0
1919
MICRO = 1
2020

21-
IS_RELEASED = False
21+
IS_RELEASED = True
2222

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

0 commit comments

Comments
 (0)