Skip to content

Commit

Permalink
Merge pull request #8 from OVVO-Financial/devel-spadim
Browse files Browse the repository at this point in the history
pip 0.1.1
  • Loading branch information
rspadim authored Dec 18, 2021
2 parents 31607ec + d46ac0d commit e1f3464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Fields marked as "Optional" may be commented out.
setup(
name="NNS",
version="0.1.0",
version="0.1.1",
description="Nonlinear nonparametric statistics using partial moments",
long_description=long_description,
long_description_content_type="text/markdown", # Optional (see note above)
Expand Down Expand Up @@ -70,5 +70,5 @@
},
url="https://github.com/OVVO-Financial/NNS-Python/",
# https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56
download_url="https://github.com/OVVO-Financial/NNS-Python/archive/refs/tags/v_01.tar.gz",
download_url="https://github.com/OVVO-Financial/NNS-Python/archive/refs/tags/v_011.tar.gz",
)

0 comments on commit e1f3464

Please sign in to comment.