Skip to content
Snippets Groups Projects
Commit 81de4ba1 authored by Vincent Texier's avatar Vincent Texier
Browse files

0.1.53

parent c69c4324
No related branches found
No related tags found
No related merge requests found
Pipeline #10627 passed with warnings
...@@ -2,4 +2,4 @@ from .node import Node ...@@ -2,4 +2,4 @@ from .node import Node
from .user import User from .user import User
from .block_forge import BlockForge from .block_forge import BlockForge
__version__ = "0.1.52" __version__ = "0.1.53"
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="duniter-mirage", name="duniter-mirage",
version="0.1.52", version="0.1.53",
packages=find_packages(), packages=find_packages(),
author="inso", author="inso",
author_email="inso@tuta.io", author_email="inso@tuta.io",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment