diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index 61f8edef..63516404 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # See https://packaging.python.org/tutorials/packaging-projects/ setuptools.setup( name="erdpy", - version="1.0.12", + version="1.0.13", description="Elrond Smart Contracts Tools and Python SDK", long_description=long_description, long_description_content_type="text/markdown",