Skip to content

Commit

Permalink
Merge pull request #541 from LCSB-BioCore/develop
Browse files Browse the repository at this point in the history
Merge the fixed develop to master
  • Loading branch information
laurentheirendt committed Dec 7, 2021
2 parents da5e807 + bbfbb3e commit 39f8d88
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 = "COBREXA"
uuid = "babc4406-5200-4a30-9033-bf5ae714c842"
authors = ["The developers of COBREXA.jl"]
version = "1.1.1"
version = "1.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down Expand Up @@ -31,7 +31,7 @@ OrderedCollections = "1.4"
SBML = "0.7, 0.8.2"
StableRNGs = "1.0"
Tulip = "0.7"
julia = "1.5, 1.6, 1.7"
julia = "1.5"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

2 comments on commit 39f8d88

@exaexa
Copy link
Collaborator

@exaexa exaexa commented on 39f8d88 Dec 7, 2021

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/50111

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.2.0 -m "<description of version>" 39f8d880a6552b0d4d9034561d4e10283058bedc
git push origin v1.2.0

Please sign in to comment.