Skip to content

Commit 86fca32

Browse files
committed
bump version for PyPI test release
1 parent 77a3f3e commit 86fca32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(name):
1313

1414
setup(
1515
name="arpa",
16-
version="0.1.0a6",
16+
version="0.1.0b1",
1717
author="Stefan Fischer",
1818
author_email="sfischer13@ymail.com",
1919
url="https://github.com/sfischer13/python-arpa/",

src/arpa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__contact__ = "Stefan Fischer <sfischer13@ymail.com>"
4343
__copyright__ = "Copyright (c) 2015 Stefan Fischer"
4444
__credits__ = []
45-
__date__ = "2015-07-24"
45+
__date__ = "2015-09-13"
4646
__license__ = "MIT"
4747
__status__ = "development"
48-
__version__ = "0.1.0a6"
48+
__version__ = "0.1.0b1"

0 commit comments

Comments
 (0)