Skip to content

Commit

Permalink
Merge pull request #157 from pysat/rc_v0.2.1
Browse files Browse the repository at this point in the history
RC v0.2.1 update
  • Loading branch information
aburrell authored Nov 18, 2024
2 parents 222e986 + feea232 commit 87b43cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

[0.2.1] - 2024-10-XX
[0.2.1] - 2024-11-18
--------------------
* Enhancements
* Added a utility function for evaluating fill values of different types
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysatSpaceWeather"
version = "0.2.0"
version = "0.2.1"
description = 'pysat support for Space Weather Indices'
readme = "README.md"
requires-python = ">=3.9"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[metadata]
name = pysatSpaceWeather
version = 0.1.0
url = https://github.com/pysat/pysatSpaceWeather
version = 0.2.1

[flake8]
max-line-length = 80
Expand Down

0 comments on commit 87b43cd

Please sign in to comment.