Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed May 13, 2024
1 parent eae45d8 commit 59dd36d
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 @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
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]
## [0.2.1] - 2024 - 5 - 13

### Added

Expand Down Expand Up @@ -40,4 +40,5 @@ Initial Release


[Unreleased]: https://github.com/IPAC-SW/neospy/tree/main
[0.2.1]: https://github.com/IPAC-SW/neospy/releases/tag/v0.2.1
[0.2.0]: https://github.com/IPAC-SW/neospy/releases/tag/v0.2.0
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.2.0"
version = "0.2.1"
edition = "2021"


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 = "neospy"
version = "0.2.0"
version = "0.2.1"
description = "NEO Surveyor Simulation Tools"
readme = "README.md"
authors = [{name = "Dar Dahlen", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/neospy_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neospy_core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 59dd36d

Please sign in to comment.