Skip to content

Commit

Permalink
MAINT: update rc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 4, 2024
1 parent 5f72686 commit 4d8d937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ __pycache__/

# Distribution / packaging
.Python
.python-version
env/
build/
develop-eggs/
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.1] - 202X-XX-XX
## [0.2.1] - 2024-11-01
- Maintenance
- Update pytest syntax
- Update Github Actions workflows
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["pysatSeasons"]

[project]
name = "pysatSeasons"
version = "0.2.0"
version = "0.2.1r"
description = "Seasonal analysis routines for pysat"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -24,7 +24,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 4d8d937

Please sign in to comment.