Ver Fonte

Update project version

Librellium há 1 mês atrás
pai
commit
add3bdd214
1 ficheiros alterados com 1 adições e 1 exclusões
  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__))