-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version to 0.3.2 for point release
- Loading branch information
Mark S. Bentley
committed
Apr 12, 2023
1 parent
3ff97e4
commit c06b826
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
long_description = fh.read() | ||
|
||
setup(name='mustlink', | ||
version='0.3.1', | ||
version='0.3.2', | ||
author='Mark S. Bentley', | ||
author_email='[email protected]', | ||
description='A python wrapper for the ESA mustlink API', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/msbentley/mustlink", | ||
download_url = 'https://github.com/msbentley/mustlink/archive/0.3.1.tar.gz', | ||
download_url = 'https://github.com/msbentley/mustlink/archive/0.3.2.tar.gz', | ||
install_requires=['matplotlib','pandas','pyyaml','requests','pysocks'], | ||
python_requires='>=3.0', | ||
keywords = ['telemetry', 'MUST', 'ESA'], | ||
|