We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4935d commit 1f3a55bCopy full SHA for 1f3a55b
1 file changed
setup.py
@@ -19,10 +19,10 @@
19
# together with information from the version control system, and then injected
20
# into the package source.
21
MAJOR = 5
22
-MINOR = 3
+MINOR = 4
23
MICRO = 0
24
PRERELEASE = ""
25
-IS_RELEASED = True
+IS_RELEASED = False
26
27
# If this file is part of a Git export (for example created with "git archive",
28
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the
0 commit comments