From ecc0be953b43b2a058a0b500aa9dfe5a83598401 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 Apr 2019 09:27:09 -0400 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [