Skip to content

Commit

Permalink
Release version 0.2.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend authored May 20, 2024
1 parent a76ad87 commit 7a5ee22
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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]
## [0.2.2] - 2024 - 5 - 20

### Added

Expand Down Expand Up @@ -72,6 +72,6 @@ Initial Release
Along with many helpful interfaces to web tools such as JPL Horizons or IPAC's IRSA.


[Unreleased]: https://github.com/IPAC-SW/neospy/tree/main
[0.2.2]: 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.1"
version = "0.2.2"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2024, IPAC-SW
Copyright (c) 2024, Caltech IPAC

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "neospy"
copyright = "2024, Dar Dahlen"
copyright = "2024, Caltech IPAC"
author = "Dar Dahlen"

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [{name = "Dar Dahlen", email = "[email protected]"},
{name = "Joe Masiero", email = "[email protected]"},
]
license = {text = "MIT"}
license = {text = "BSD"}
requires-python = ">=3.9"
classifiers=["Programming Language :: Python :: 3"]
dependencies = ["astropy>=5.3.4",
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.1"
version = "0.2.2"
edition = "2021"

[lib]
Expand Down

0 comments on commit 7a5ee22

Please sign in to comment.