aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSamuel Smoker <smoker@usc.edu>2017-03-12 23:41:18 -0700
committerSamuel Smoker <smoker@usc.edu>2017-03-12 23:41:18 -0700
commitc85f9d0f359131d9824de58c69d9d4ad00fa4698 (patch)
treec1ff676d24472cd8d3bbd17b93624e4610fe58d0 /setup.py
parentba48f49524feae827a82bd458cb0ef29c7457ab1 (diff)
downloadsyncthingmanager-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c8cfd5c..7caaddf 100644
--- a/setup.py
+++ b/setup.py
@@ -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',