Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes authored Nov 12, 2019
1 parent 6a939e9 commit 7e94bcf
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,6 +1,6 @@
name = "SourceWalk"
uuid = "2987fe4f-acca-4bd1-87ee-98b3d562f1a1"
version = "0.1.0"
version = "0.1.1"

[deps]
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
Expand All @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"

[compat]
CSTParser = "1"
CSTParser = "0.6, 1"
DataStructures = "0"
MacroTools = "0"
Reexport = "0"
Expand Down

2 comments on commit 7e94bcf

@MikeInnes
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()

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 7e94bcf7ccd670655ef9887be9eef8efa5377875
git push origin v0.1.1

Please sign in to comment.