Browse Source

drop exo to 0.0.1 (still experimental)

Alex Cheema 1 năm trước cách đây
mục cha
commit
071b1caa0b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -35,7 +35,7 @@ if sys.platform.startswith("darwin"):
 
 setup(
     name="exo",
-    version="0.1.0",
+    version="0.0.1",
     packages=find_packages(),
     install_requires=install_requires,
 )