Browse Source

Update project version

Librellium 1 month ago
parent
commit
add3bdd214
1 changed files with 1 additions and 1 deletions
  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__))