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