Skip to content

Commit 7cdc663

Browse files
author
wraith-wireless
committed
v0.1.2 fixed pip install errors, Issue #13
1 parent b114dde commit 7cdc663

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
__name__ = 'pyric'
150150
__license__ = 'GPLv3'
151-
__version__ = '0.1.2'
151+
__version__ = '0.1.2.1'
152152
__date__ = 'June 2016'
153153
__author__ = 'Dale Patterson'
154154
__maintainer__ = 'Dale Patterson'

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# pip installation and distribution
22
[bdist_wheel]
3-
universal=1
4-
description-file = README.md
3+
universal=1

0 commit comments

Comments
 (0)