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 b114dde commit 7cdc663Copy full SHA for 7cdc663
pyric/__init__.py
@@ -148,7 +148,7 @@
148
149
__name__ = 'pyric'
150
__license__ = 'GPLv3'
151
-__version__ = '0.1.2'
+__version__ = '0.1.2.1'
152
__date__ = 'June 2016'
153
__author__ = 'Dale Patterson'
154
__maintainer__ = 'Dale Patterson'
setup.cfg
@@ -1,4 +1,3 @@
1
# pip installation and distribution
2
[bdist_wheel]
3
-universal=1
4
-description-file = README.md
+universal=1
0 commit comments