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 77a3f3e commit 86fca32Copy full SHA for 86fca32
setup.py
@@ -13,7 +13,7 @@ def read(name):
13
14
setup(
15
name="arpa",
16
- version="0.1.0a6",
+ version="0.1.0b1",
17
author="Stefan Fischer",
18
author_email="sfischer13@ymail.com",
19
url="https://github.com/sfischer13/python-arpa/",
src/arpa/__init__.py
@@ -42,7 +42,7 @@
42
__contact__ = "Stefan Fischer <sfischer13@ymail.com>"
43
__copyright__ = "Copyright (c) 2015 Stefan Fischer"
44
__credits__ = []
45
-__date__ = "2015-07-24"
+__date__ = "2015-09-13"
46
__license__ = "MIT"
47
__status__ = "development"
48
-__version__ = "0.1.0a6"
+__version__ = "0.1.0b1"
0 commit comments