Release new version

This commit is contained in:
Andras Schmelczer 2022-07-03 16:17:48 +02:00
parent 58d318dd0e
commit fdc014ada9
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,6 @@
"initialising", "initialising",
"inplace", "inplace",
"ipynb", "ipynb",
"joblib",
"lemmatize", "lemmatize",
"levelname", "levelname",
"levelno", "levelno",

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = great-ai name = great-ai
version = 0.0.9 version = 0.0.10
author = András Schmelczer author = András Schmelczer
author_email = andras@scoutinscience.com author_email = andras@scoutinscience.com
description = description =
@ -18,7 +18,7 @@ package_dir =
= src = src
packages = find: packages = find:
include_package_data = True include_package_data = True
python_requires = >= 3.7 python_requires = >= 3.8
install_requires = install_requires =
scikit-learn scikit-learn
matplotlib matplotlib