Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Angeline Burrell <[email protected]>
  • Loading branch information
jklenzing and aburrell authored Nov 7, 2024
1 parent a905807 commit 5145c24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ solve the problem.

## Test configuration
- OS: [e.g., Hal]
- Version [e.g., Python 3.47]
- Version: [e.g., Python 3.47]
- Other details about your setup that could be relevant

# Additional context
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion 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.1r"
version = "0.2.1"
description = "Seasonal analysis routines for pysat"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 5145c24

Please sign in to comment.