Skip to content

Commit

Permalink
Necessary version bump b/c bytes poor version mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jul 14, 2024
1 parent f8e126a commit ae0a9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["anise", "anise-cli", "anise-gui", "anise-py"]

[workspace.package]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Christopher Rabotin <[email protected]>"]
description = "ANISE provides a toolkit and files for Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data. It's a modern replacement of NAIF SPICE file."
Expand Down Expand Up @@ -50,7 +50,7 @@ serde = "1"
serde_derive = "1"
serde_dhall = "0.12"

anise = { version = "0.4.1", path = "anise", default-features = false }
anise = { version = "0.4.2", path = "anise", default-features = false }

[profile.bench]
debug = true
Expand Down

0 comments on commit ae0a9a0

Please sign in to comment.