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 1eef584 commit a49dda5Copy full SHA for a49dda5
setup.py
@@ -13,7 +13,7 @@ def read(name):
13
14
setup(
15
name="arpa",
16
- version="0.1.0a4",
+ version="0.1.0a5",
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-14"
+__date__ = "2015-07-19"
46
__license__ = "MIT"
47
__status__ = "development"
48
-__version__ = "0.1.0a4"
+__version__ = "0.1.0a5"
0 commit comments