Skip to content

Commit

Permalink
V1.0.0 Release (#122)
Browse files Browse the repository at this point in the history
* Add pipy integration

* v1.0.0 release

* Update version tag
  • Loading branch information
dahlend authored Sep 25, 2024
1 parent fc13f7e commit a9b0101
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v1.0.0]

### Added

Expand Down Expand Up @@ -256,6 +256,7 @@ Initial Release


[Unreleased]: https://github.com/IPAC-SW/kete/tree/main
[1.0.0]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.0
[0.3.0]: https://github.com/IPAC-SW/kete/releases/tag/v0.3.0
[0.2.5]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.5
[0.2.4]: https://github.com/IPAC-SW/kete/releases/tag/v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "_core"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kete"
version = "0.3.0"
version = "1.0.0"
description = "Kete Asteroid Survey Tools"
readme = "README.md"
authors = [{name = "Dar Dahlen", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/kete_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kete_core"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down

0 comments on commit a9b0101

Please sign in to comment.