From c8bfc6a5db52ebb474c5209bd85ee71cbad0170c Mon Sep 17 00:00:00 2001 From: Jeremy Carbaugh Date: Mon, 25 Oct 2010 16:12:12 -0400 Subject: [PATCH] update version to 2.0.0dev --- mediasync/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediasync/__init__.py b/mediasync/__init__.py index 5f92628..f5cce12 100644 --- a/mediasync/__init__.py +++ b/mediasync/__init__.py @@ -136,4 +136,4 @@ def sync(client=None, force=False): __all__ = ['sync','SyncException'] -__version__ = '2.0a' \ No newline at end of file +__version__ = '2.0.0dev' \ No newline at end of file