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 e3856dc commit f5e22e0Copy full SHA for f5e22e0
pypi_server/__init__.py
@@ -9,7 +9,7 @@
9
("Dmitry Orlov", "me@mosquito.su")
10
]
11
12
-version_info = (0, 3, 28)
+version_info = (0, 3, 29)
13
14
__version__ = ".".join(map(str, version_info))
15
__author__ = ", ".join("{0} <{1}>".format(*author) for author in author_info)
0 commit comments