Forráskód Böngészése

refactor(anonflow): update project version

Librellium 1 hete
szülő
commit
d160f2d988
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      anonflow/__init__.py

+ 1 - 1
anonflow/__init__.py

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