From b9e60eac93a0b9311868b1cf58496541da10017e Mon Sep 17 00:00:00 2001 From: scoopgracie Date: Fri, 14 Aug 2020 16:13:20 -0700 Subject: [PATCH] Update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c05da85..e03cf34 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'gptc', # How you named your package folder (MyLib) packages = ['gptc'], # Chose the same as "name" - version = '0.0.1', # Start with a small number and increase it with every change you make + version = '2.0.0a', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description = 'General-purpose English text classifier', # Give a short description about your library author = 'ScoopGracie', # Type in your name