Incremented version number

pull/2/head v.1.0.1
Illia Chub 2021-04-13 16:58:16 +03:00
parent c4ab0a9f7f
commit 66a613c4f0
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ from distutils.core import setup
setup(
name='selfprivacy-api',
version='1.0.0',
version='1.0.1',
scripts=['main.py',],
)