We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05d09e commit feea232Copy full SHA for feea232
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pysatSpaceWeather"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = 'pysat support for Space Weather Indices'
9
readme = "README.md"
10
requires-python = ">=3.9"
setup.cfg
@@ -1,7 +1,6 @@
1
[metadata]
2
name = pysatSpaceWeather
3
-version = 0.1.0
-url = https://github.com/pysat/pysatSpaceWeather
+version = 0.2.1
[flake8]
max-line-length = 80
0 commit comments