diff --git a/dist/Redistr-0.0.0b0+20180301.tar.gz b/dist/Redistr-0.0.0b0+20180301.tar.gz deleted file mode 100644 index e2618e2..0000000 Binary files a/dist/Redistr-0.0.0b0+20180301.tar.gz and /dev/null differ diff --git a/dist/Redistr-0.0.0b0+20180301.zip b/dist/Redistr-0.0.0b0+20180301.zip deleted file mode 100644 index 3c63dbd..0000000 Binary files a/dist/Redistr-0.0.0b0+20180301.zip and /dev/null differ diff --git a/dist/Redistr-0.0.0b0+20180301-py3-none-any.whl b/dist/Redistr-0.0b1-py3-none-any.whl similarity index 76% rename from dist/Redistr-0.0.0b0+20180301-py3-none-any.whl rename to dist/Redistr-0.0b1-py3-none-any.whl index 07f8a4c..03f2ed3 100644 Binary files a/dist/Redistr-0.0.0b0+20180301-py3-none-any.whl and b/dist/Redistr-0.0b1-py3-none-any.whl differ diff --git a/dist/Redistr-0.0b1.tar.gz b/dist/Redistr-0.0b1.tar.gz new file mode 100644 index 0000000..a014a69 Binary files /dev/null and b/dist/Redistr-0.0b1.tar.gz differ diff --git a/redistr/__init__.py b/redistr/__init__.py index 4482ed0..03e8fbb 100644 --- a/redistr/__init__.py +++ b/redistr/__init__.py @@ -15,4 +15,4 @@ __author__ = 'Hansheng Zhao' __license__ = 'BSD-2-Clause + MIT' -__version__ = '0.0.0-beta+20180301' +__version__ = '0!0.0b1' diff --git a/setup.py b/setup.py index aacc2a0..ba839a2 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ url = 'https://www.github.com/copyrighthero/Redistr', download_url = 'https://www.github.com/copyrighthero/Redistr', author = redistr.__author__, - # author_email = 'copyrighthero@gmail.com', + author_email = 'copyrighthero@gmail.com', license = redistr.__license__, classifiers = ( 'Development Status :: 4 - Beta',