Skip to content

Commit

Permalink
update to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchingwen committed Mar 31, 2023
1 parent 3cd210f commit 7cd3d96
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 = "Transformers"
uuid = "21ca0261-441d-5938-ace7-c90938fde4d4"
authors = ["chengchingwen <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -50,7 +50,7 @@ DataDeps = "0.7"
DataStructures = "0.18"
DoubleArrayTries = "0.1"
Fetch = "0.1.3"
FillArrays = "0.13"
FillArrays = "0.13, 1"
Flux = "0.13.4"
FuncPipelines = "0.2.3"
Functors = "0.2, 0.3, 0.4"
Expand Down

2 comments on commit 7cd3d96

@chengchingwen
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/80714

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

Please sign in to comment.