diff --git a/setup.py b/setup.py index f74b2a6..022b36e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Note: To use the 'upload' functionality of this file, you must: -# $ pip install twine +# $ pipenv install twine --dev import io import os @@ -18,7 +18,7 @@ URL = 'https://github.com/me/myproject' EMAIL = 'me@example.com' AUTHOR = 'Awesome Soul' REQUIRES_PYTHON = '>=3.6.0' -VERSION = None +VERSION = '0.1.0' # What packages are required for this module to be executed? REQUIRED = [