aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSamuel Smoker <classicsc@users.noreply.github.com>2017-03-02 19:56:38 -0800
committerSamuel Smoker <classicsc@users.noreply.github.com>2017-03-02 19:56:38 -0800
commitc77740266fce39c6b9bdd8317a76c38367e6676d (patch)
tree63d0c6c1a701a03106dbd24e66f0544ba8d256a1 /setup.py
parente2724780767094fbc184faa55ca90e3a084dfb06 (diff)
downloadsyncthingmanager-c77740266fce39c6b9bdd8317a76c38367e6676d.tar.xz
syncthingmanager-c77740266fce39c6b9bdd8317a76c38367e6676d.zip
More folder config. Fixed some typing errors.
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 15c1074..cd216b3 100644
--- a/setup.py
+++ b/setup.py
@@ -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',