Skip to content

Commit

Permalink
Set IS_RELEASED to True
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Aug 12, 2022
1 parent 7237633 commit 5bb7f22
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 @@ -22,7 +22,7 @@
MINOR = 4
MICRO = 1
PRERELEASE = ""
IS_RELEASED = False
IS_RELEASED = True

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

0 comments on commit 5bb7f22

Please sign in to comment.