Update version number

This commit is contained in:
scoopgracie 2020-08-14 16:13:20 -07:00
parent 0fffda8fe8
commit b9e60eac93

View File

@ -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