Skip to content

Commit 1f3a55b

Browse files
authored
Bump version for continued development towards 5.4.0 (#354)
This PR updates the `setup.py` version for continued development towards version 5.4.0.
1 parent 8e4935d commit 1f3a55b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
# together with information from the version control system, and then injected
2020
# into the package source.
2121
MAJOR = 5
22-
MINOR = 3
22+
MINOR = 4
2323
MICRO = 0
2424
PRERELEASE = ""
25-
IS_RELEASED = True
25+
IS_RELEASED = False
2626

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

0 commit comments

Comments
 (0)