Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed May 9, 2022
1 parent 62194f6 commit f3ca3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AtmosphericModels"
uuid = "c59cac55-771d-4f45-b14d-1c681463a295"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
Expand All @@ -10,7 +10,7 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"

[compat]
KiteUtils = "^0.3.4, 0.3.5"
KiteUtils = "0.4.0"
Parameters = "^0.12"
TestEnv = "1"
HypergeometricFunctions = "0.3"
Expand All @@ -22,4 +22,4 @@ Remez = "2e7db186-766a-50e7-8928-5c30181fb135"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "BenchmarkTools"]
test = ["Test", "BenchmarkTools", "Remez"]

0 comments on commit f3ca3a9

Please sign in to comment.