Skip to content

Commit 87b43cd

Browse files
authored
Merge pull request #157 from pysat/rc_v0.2.1
RC v0.2.1 update
2 parents 222e986 + feea232 commit 87b43cd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/).
55

6-
[0.2.1] - 2024-10-XX
6+
[0.2.1] - 2024-11-18
77
--------------------
88
* Enhancements
99
* Added a utility function for evaluating fill values of different types

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysatSpaceWeather"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = 'pysat support for Space Weather Indices'
99
readme = "README.md"
1010
requires-python = ">=3.9"

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[metadata]
22
name = pysatSpaceWeather
3-
version = 0.1.0
4-
url = https://github.com/pysat/pysatSpaceWeather
3+
version = 0.2.1
54

65
[flake8]
76
max-line-length = 80

0 commit comments

Comments
 (0)