Skip to content

Commit 9d0bf29

Browse files
authored
Pyface Release 7.2.0 (#839)
1 parent 012aa6b commit 9d0bf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
MAJOR = 7
2424
MINOR = 2
2525
MICRO = 0
26-
PRERELEASE = "rc1"
27-
IS_RELEASED = False
26+
PRERELEASE = ""
27+
IS_RELEASED = True
2828

2929
# If this file is part of a Git export (for example created with "git archive",
3030
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the

0 commit comments

Comments
 (0)