Przeglądaj źródła

Fix version in setup.py.

Guillaume Ayoub 16 lat temu
rodzic
commit
422f9ff449
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -63,7 +63,7 @@ class Clean(Command):
 
 setup(
     name="Radicale",
-    version="0.1",
+    version="0.2",
     description="Radicale CalDAV Server",
     author="Guillaume Ayoub",
     author_email="guillaume.ayoub@kozea.fr",