diff --git a/pyric/__init__.py b/pyric/__init__.py index cd1948b..6c782d3 100644 --- a/pyric/__init__.py +++ b/pyric/__init__.py @@ -148,7 +148,7 @@ __name__ = 'pyric' __license__ = 'GPLv3' -__version__ = '0.1.2' +__version__ = '0.1.2.1' __date__ = 'June 2016' __author__ = 'Dale Patterson' __maintainer__ = 'Dale Patterson' diff --git a/setup.cfg b/setup.cfg index 2b5f45b..c06e077 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,3 @@ # pip installation and distribution [bdist_wheel] -universal=1 -description-file = README.md \ No newline at end of file +universal=1 \ No newline at end of file