We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c0f4 commit 055542cCopy full SHA for 055542c
pyExplorer/__init__.py
@@ -1,5 +1,5 @@
1
# Metadata
2
-__version__ = "0.1.0"
+__version__ = "0.1.3"
3
__license__ = "MIT"
4
__author__ = "Mohammadreza (MMDRZA)"
5
__email__ = "PyMmdrza@gmail.com"
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name="pyExplorer",
8
- version="0.1.0",
+ version="0.1.3",
9
author="Mmdrza",
10
author_email="pymmdrza@gmail.com",
11
description="A professional blockchain explorer web application",
0 commit comments