Skip to content

Commit

Permalink
update changelog, version number, and explicitly include numpy in req…
Browse files Browse the repository at this point in the history
…uirements
  • Loading branch information
chrisjkuch committed Dec 18, 2024
1 parent c71397a commit 06a6064
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

## [Unreleased]

## [v0.0.2] (2024-12-18)

### Changed

- Update README links (#2)
- Clarify overwrite syntax for db download (#4)
- Fix linting issue due to numpy 2.2.0 (#5)

## [v0.0.1] (2024-11-29)

Initial release! 🎉

[Unreleased]: https://github.com/scienceforamerica/scipeds/comare/v0.0.1...HEAD
[Unreleased]: https://github.com/scienceforamerica/scipeds/compare/v0.0.2...HEAD
[v0.0.2]: https://github.com/scienceforamerica/scipeds/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/scienceforamerica/scipeds/releases/tag/v0.0.1
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ build-backend = "flit_core.buildapi"

[project]
name = "scipeds"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"cloudpathlib[gs]",
"duckdb",
"lxml",
"numpy",
"openpyxl",
"pandas",
"platformdirs",
Expand Down

0 comments on commit 06a6064

Please sign in to comment.