Skip to content

Commit 79e61aa

Browse files
authored
Update setup.py
1 parent e858628 commit 79e61aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from setuptools import setup, find_packages
44

55
setup(
6-
name="lighthouseweb3",
7-
version="0.0.7",
6+
name="lighthouse-web3/Lighthouse-Python-SDK",
7+
version="0.1.1",
88
license="GNU GENERAL PUBLIC LICENSE",
99
description="Lighthouse Python SDK",
10-
author="Ayobami Oki| Ravish Sharma | Perfection Loveday",
11-
author_email="ravish@lighthouse.storage",
10+
author="Ravish Sharma | Ayobami Oki | Nandit Mehra",
11+
author_email="nandit123@lighthouse.storage",
1212
url="https://github.com/lighthouse-web3/lighthouse-python-sdk",
1313
packages=find_packages("src"),
1414
package_dir={"": "src"},

0 commit comments

Comments
 (0)