Skip to content

Commit

Permalink
v bump, update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Jul 5, 2023
1 parent 524a4db commit a8706f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EchelleInstruments"
uuid = "533b6e3a-cbf4-4a92-8a96-bc27ebcb1598"
authors = ["Eric Ford"]
version = "0.2.9"
version = "0.2.10"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -27,7 +27,7 @@ NaNMath = "0.3.5, 1"
Polynomials = "1.2, 2, 3"
Query = "1"
RvSpectMLBase = "0.2.3"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
julia = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9"

[extras]
Expand Down

2 comments on commit a8706f3

@eford
Copy link
Member Author

@eford eford commented on a8706f3 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register
Release Notes:

  • add NEID DQ?LEVEL flags to metadata imported from manifest for DRP v1.2

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86911

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.10 -m "<description of version>" a8706f383d3d6473b131242d81f7a655a0e58555
git push origin v0.2.10

Please sign in to comment.