Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrekker committed Jan 16, 2022
1 parent fe738a3 commit 01f379c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Deductive"
uuid = "1a5e8c1d-b073-459e-b18e-ab421a81424e"
authors = ["Connor Burns <cburns@cot.llc>"]
version = "0.0.5"
version = "0.0.6"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand All @@ -12,7 +12,9 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BenchmarkTools = "1.2"
DataFrames = "1.3"
Latexify = "0.15"
PrettyTables = "1.2"
Revise = "3.2"
julia = "1.7"
julia = "1.6"

2 comments on commit 01f379c

@ctrekker
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
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/52556

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.0.6 -m "<description of version>" 01f379cd36acbf8cd59be2f9bc2a5dfa543f0b47
git push origin v0.0.6

Please sign in to comment.