Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Apr 20, 2023
1 parent 217dac0 commit bb062b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.5"
manifest_format = "2.0"
project_hash = "4bcaef86f02e729142a6df940eb582f2b8032fd4"
project_hash = "cc11d1f04330be9d0359ef95fed009075c3ff201"

[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
Expand Down
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
name = "Pico"
uuid = "c4671d76-df94-11ed-2057-43d4fd632fad"
authors = ["Aaron Trowbridge <aaron.j.trowbridge@gmail.com> and contributors"]
version = "0.1.0"

[deps]
IterativeLearningControl = "55efb022-e1be-4044-9089-57a478d003fb"
NamedTrajectories = "538bc3a1-5ab9-4fc3-b776-35ca1e893e08"
Expand Down

2 comments on commit bb062b8

@aarontrowbridge
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.0 -m "<description of version>" bb062b85e1793f87297a97875750aabf4f84d8e3
git push origin v0.1.0

Please sign in to comment.