Skip to content

Commit 36ff861

Browse files
committed
2 parents 006e903 + 1bc8299 commit 36ff861

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pyExplorer Package
1+
name: blockExplorer Package
22

33
on:
44
push:

blockExplorer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Metadata
2-
__version__ = "0.1.0"
2+
__version__ = "0.1.3"
33
__license__ = "MIT"
44
__author__ = "Mohammadreza (MMDRZA)"
55
__email__ = "[email protected]"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
long_description = fh.read()
55

66
setup(
7-
name="blockExplorer",
8-
version="0.1.0",
7+
name="pyExplorer",
8+
version="0.1.3",
99
author="Mmdrza",
1010
author_email="[email protected]",
1111
description="A professional blockchain explorer web application",

0 commit comments

Comments
 (0)