Skip to content

Commit 9d17c61

Browse files
Sergey NaumenkoSergey Naumenko
Sergey Naumenko
authored and
Sergey Naumenko
committed
[fea] Version bump to 0.4.6
1 parent 24cc7af commit 9d17c61

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, 4, 5)
12+
version_info = (0, 4, 6)
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)