Browse Source

Update project version

Librellium 1 tháng trước cách đây
mục cha
commit
add3bdd214
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      anonflow/__init__.py

+ 1 - 1
anonflow/__init__.py

@@ -1,2 +1,2 @@
-__version__ = (0, 3, 0)
+__version__ = (0, 4, 0)
 __version_str__ = ".".join(map(str, __version__))