Explorar el Código

refactor(anonflow): update project version

Librellium hace 1 semana
padre
commit
d160f2d988
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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__))