diff options
author | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-03-02 19:56:38 -0800 |
---|---|---|
committer | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-03-02 19:56:38 -0800 |
commit | c77740266fce39c6b9bdd8317a76c38367e6676d (patch) | |
tree | 63d0c6c1a701a03106dbd24e66f0544ba8d256a1 /setup.py | |
parent | e2724780767094fbc184faa55ca90e3a084dfb06 (diff) | |
download | syncthingmanager-c77740266fce39c6b9bdd8317a76c38367e6676d.tar.xz syncthingmanager-c77740266fce39c6b9bdd8317a76c38367e6676d.zip |
More folder config. Fixed some typing errors.
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='syncthingmanager', - version='0.1.0', + version='0.1.0-dev1', description='A commandline tool for controlling the Syncthing API', url ='https://github.com/classicsc/syncthingmanager', author='Samuel Smoker', |