Update version number
This commit is contained in:
parent
0fffda8fe8
commit
b9e60eac93
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
||||||
setup(
|
setup(
|
||||||
name = 'gptc', # How you named your package folder (MyLib)
|
name = 'gptc', # How you named your package folder (MyLib)
|
||||||
packages = ['gptc'], # Chose the same as "name"
|
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
|
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
|
description = 'General-purpose English text classifier', # Give a short description about your library
|
||||||
author = 'ScoopGracie', # Type in your name
|
author = 'ScoopGracie', # Type in your name
|
||||||
|
|
Loading…
Reference in New Issue
Block a user