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 84cc897 commit 7c3a1dcCopy full SHA for 7c3a1dc
setup.py
@@ -7,7 +7,7 @@
7
if sys.version_info[:2] < (2, 6) or (3, 0) <= sys.version_info[0:2] < (3, 3):
8
raise RuntimeError("Python version 2.6, 2.7 or >= 3.3 required.")
9
10
-version = "0.5"
+version = "0.6.dev"
11
12
setup(
13
name="numpydoc",
0 commit comments