diff options
author | Samuel Smoker <smoker@usc.edu> | 2017-03-12 23:41:18 -0700 |
---|---|---|
committer | Samuel Smoker <smoker@usc.edu> | 2017-03-12 23:41:18 -0700 |
commit | c85f9d0f359131d9824de58c69d9d4ad00fa4698 (patch) | |
tree | c1ff676d24472cd8d3bbd17b93624e4610fe58d0 /setup.py | |
parent | ba48f49524feae827a82bd458cb0ef29c7457ab1 (diff) | |
download | syncthingmanager-c85f9d0f359131d9824de58c69d9d4ad00fa4698.tar.xz syncthingmanager-c85f9d0f359131d9824de58c69d9d4ad00fa4698.zip |
Pause/resume device support and made some definitions more readable.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from setuptools import setup setup( name='syncthingmanager', - version='0.1.0', + version='0.2.0dev1', description='A commandline tool for configuring Syncthing', url='https://github.com/classicsc/syncthingmanager', author='Samuel Smoker', |