提交 8a73d592 编写于 作者: B Ben Darnell

Bump master version to 5.1.dev1

上级 3fc6aec1
......@@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx
kwargs = {}
version = "5.0"
version = "5.1.dev1"
with open('README.rst') as f:
kwargs['long_description'] = f.read()
......
......@@ -24,5 +24,5 @@ from __future__ import absolute_import, division, print_function
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
version = "5.0"
version_info = (5, 0, 0, 0)
version = "5.1.dev1"
version_info = (5, 1, 0, -100)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册