mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Fix: version released mismatches setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ extras_require["dev"] = (
|
|||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="libp2p",
|
name="libp2p",
|
||||||
description="libp2p implementation written in python",
|
description="libp2p implementation written in python",
|
||||||
version="0.0.1",
|
version="0.1.1",
|
||||||
license="MIT/APACHE2.0",
|
license="MIT/APACHE2.0",
|
||||||
platforms=["unix", "linux", "osx"],
|
platforms=["unix", "linux", "osx"],
|
||||||
classifiers=classifiers,
|
classifiers=classifiers,
|
||||||
|
|||||||
Reference in New Issue
Block a user