We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afe14a commit 0f7b160Copy full SHA for 0f7b160
traitlets/_version.py
@@ -1,5 +1,5 @@
1
-version_info = (5, 4, 0, "dev0")
2
-__version__ = "5.4.0.dev0"
+version_info = (5, 4, 0)
+__version__ = "5.4.0"
3
4
# unlike `.dev`, alpha, beta and rc _must not_ have dots,
5
# or the wheel and tgz won't look to pip like the same version.
0 commit comments