Skip to content

Commit

Permalink
Bumped version to 0.3.2 for point release
Browse files Browse the repository at this point in the history
  • 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.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit c06b826

Please sign in to comment.