Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Nov 12, 2021
1 parent 764d31b commit d96f0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SunAsAStar"
uuid = "1bd1a468-645d-4223-8813-48273918c0e0"
authors = ["Eric Ford", "Andrea Lin", "Shubham Kanodia"]
version = "0.1.0"
version = "0.1.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit d96f0d1

@eford
Copy link
Member Author

@eford eford commented on d96f0d1 Nov 21, 2021

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 hour_angle to get_solar_info output
  • add verbose flags

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

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.1.1 -m "<description of version>" d96f0d137710a0a436fa84ac8805000535c49cc5
git push origin v0.1.1

Please sign in to comment.