Skip to content

Commit f5e22e0

Browse files
committed
[fix] bump
1 parent e3856dc commit f5e22e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypi_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
("Dmitry Orlov", "me@mosquito.su")
1010
]
1111

12-
version_info = (0, 3, 28)
12+
version_info = (0, 3, 29)
1313

1414
__version__ = ".".join(map(str, version_info))
1515
__author__ = ", ".join("{0} <{1}>".format(*author) for author in author_info)

0 commit comments

Comments
 (0)