Skip to content

Commit

Permalink
tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Mar 23, 2023
1 parent 6b8e5fe commit 70d8ae3
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,6 +1,6 @@
name = "EconPDEs"
uuid = "a3315474-fad9-5060-8696-cee5f38a87b7"
version = "1.0.1"
version = "1.0.2"

[deps]
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
Expand All @@ -18,7 +18,7 @@ FiniteDiff = "2"
LinearAlgebra = "1"
NLsolve = "1, 2, 3, 4"
OrderedCollections = "1"
SparseDiffTools = "1.2, 2.0"
SparseDiffTools = "1.2, 2"
julia = "1.2"

[extras]
Expand Down

2 comments on commit 70d8ae3

@matthieugomez
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/80148

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.2 -m "<description of version>" 70d8ae32b787446804437b807adb1377cc407200
git push origin v1.0.2

Please sign in to comment.