Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Changed PrettyTables compat to allow for version 2+ (in addition to v1+), and bumped version to 1.0.3.

This proposed change is intended to address #6.
  • Loading branch information
Karandeep Singh authored and TheRoniOne committed Aug 22, 2023
1 parent c99a6c3 commit 32d355f
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,13 +1,13 @@
name = "Cleaner"
uuid = "caabdcdb-0ab6-47cf-9f62-08858e44f38f"
authors = ["Ronald Gamez"]
version = "1.0.2"
version = "1.0.3"

[deps]
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
PrettyTables = "1"
PrettyTables = "1, 2"
Tables = "1"
julia = "1.6"

2 comments on commit 32d355f

@TheRoniOne
Copy link
Owner

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/90127

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 v1.0.3 -m "<description of version>" 32d355f5a6af8b74523e81d088065e01d8053258
git push origin v1.0.3

Please sign in to comment.