mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Update version update note
This commit is contained in:
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ with open("./README.md") as readme:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="<PYPI_NAME>",
|
name="<PYPI_NAME>",
|
||||||
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
|
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
|
||||||
version="0.1.0-alpha.0",
|
version="0.1.0-alpha.0",
|
||||||
description="""<PYPI_NAME>: <SHORT_DESCRIPTION>""",
|
description="""<PYPI_NAME>: <SHORT_DESCRIPTION>""",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|||||||
Reference in New Issue
Block a user