Update version

This commit is contained in:
Antonio J. Delgado 2021-10-15 14:17:22 +03:00
parent 7e34a8f179
commit bc148c3df2
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View file

@ -139,6 +139,5 @@ cython_debug/
# Configuration files
*.conf
*.cfg
*.ini
tmp/

8
setup.cfg Executable file
View file

@ -0,0 +1,8 @@
[metadata]
name = image_classifier
version = 0.0.2
[options]
packages = image_classifier
install_requires =
importlib; python_version == "3.6"