Skip to content

Commit

Permalink
Bump version numbers (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoh authored Feb 4, 2023
1 parent 5056219 commit ba63964
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FastMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FastMakie"
uuid = "ca994201-3d74-4fad-8816-f8bc5449c7c3"
authors = ["Lorenz Ohly", "Julia Community"]
version = "0.1.0"
version = "0.1.1"

[deps]
FastAI = "5d0beca9-ade8-49ae-ad0b-a3cf890e669f"
Expand Down
2 changes: 1 addition & 1 deletion FastTabular/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FastTabular"
uuid = "d896c661-108c-409d-a26f-7fe446e2d3d3"
authors = ["Lorenz Ohly", "FluxML Community"]
version = "0.1.0"
version = "0.1.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion FastVision/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FastVision"
uuid = "7bf02486-ff4c-4e73-b158-40c00866b54f"
authors = ["Lorenz Ohly", "FluxML Community"]
version = "0.1.0"
version = "0.1.1"

[deps]
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FastAI"
uuid = "5d0beca9-ade8-49ae-ad0b-a3cf890e669f"
authors = ["Lorenz Ohly", "Julia Community"]
version = "0.5.0"
version = "0.5.1"

[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Expand Down

8 comments on commit ba63964

@lorenzoh
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
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/76977

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.5.1 -m "<description of version>" ba6396467f7cedf22826c8667fa82f8a21757a3b
git push origin v0.5.1

@lorenzoh
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 subdir="FastVision"

@lorenzoh
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 subdir="FastMakie"

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

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 FastVision-v0.1.1 -m "<description of version>" ba6396467f7cedf22826c8667fa82f8a21757a3b
git push origin FastVision-v0.1.1

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

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 FastMakie-v0.1.1 -m "<description of version>" ba6396467f7cedf22826c8667fa82f8a21757a3b
git push origin FastMakie-v0.1.1

@lorenzoh
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 subdir="FastTabular"

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

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 FastTabular-v0.1.1 -m "<description of version>" ba6396467f7cedf22826c8667fa82f8a21757a3b
git push origin FastTabular-v0.1.1

Please sign in to comment.