Skip to content

Commit

Permalink
Bump up compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed May 31, 2021
1 parent aa79488 commit 47b27b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CMDimCircuits"
uuid = "393e8715-ea6a-4fca-bb1f-4c907b63b032"
version = "0.3.0"
version = "0.3.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down Expand Up @@ -29,8 +29,8 @@ test = ["Test", "Printf"]

[compat]
NumericIO = "0.3.1"
MDDatasets = "0.3.1"
CMDimData = "0.3.0"
MDDatasets = "0.3.3"
CMDimData = "0.4.1"
FFTW = "1.1"
SpiceData = "0.3.1"
LibPSF = "0.3.2"
Expand Down

2 comments on commit 47b27b9

@ma-laforge
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Start tracking CMDimData v0.4.1.

@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/37875

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.3.1 -m "<description of version>" 47b27b946adf1c3020637efe8727bd481423949a
git push origin v0.3.1

Please sign in to comment.