Skip to content

Commit

Permalink
using Dates (forgotten in previous release...)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Sep 13, 2023
1 parent 33f3a89 commit b5f450e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Muninn"
uuid = "4b816528-16ba-4e32-9a2e-3c1bc2049d3a"
authors = ["Jordi Bolibar <jordi.bolibar@gmail.com>"]
version = "0.2.1"
version = "0.2.2"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
1 change: 1 addition & 0 deletions src/Muninn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module Muninn
using Infiltrator
import Pkg
using Distributed
using Dates
using PyCall

### ODINN.jl dependencies ###
Expand Down

2 comments on commit b5f450e

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

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

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

Please sign in to comment.