Skip to content

Commit

Permalink
Support all versions of PrettyTables newer than or equal to 0.6 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencl authored Feb 20, 2020
1 parent b23b1df commit f53b41e
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,7 +1,7 @@
name = "BIDSTools"
uuid = "5c32dcf8-0cad-11ea-129f-5f4ce150df4b"
authors = ["Darren Lukas <[email protected]>", "Chris Foster <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -17,7 +17,7 @@ CSV = "0.5.18"
DataFrames = "0.19.4"
DataStructures = "0.17.5"
JSON = "0.21"
PrettyTables = "0.6,0.7"
PrettyTables = "0.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

2 comments on commit f53b41e

@darrencl
Copy link
Contributor 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/9787

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.2 -m "<description of version>" f53b41e2fa3dc144753a3e11e3f4a8a045364e05
git push origin v0.1.2

Please sign in to comment.