Skip to content

Commit

Permalink
Merge pull request #270 from isuruf/bump_ver
Browse files Browse the repository at this point in the history
Bump version to 0.11.0
  • Loading branch information
isuruf authored Oct 7, 2023
2 parents 0ec5c9c + a327565 commit 32b15fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SymEngine"
uuid = "123dc426-2d89-5057-bbad-38513e3affd8"
version = "0.10.0"
version = "0.11.0"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -21,7 +21,7 @@ SymEngineSymbolicUtilsExt = "SymbolicUtils"
Compat = "0.63.0, 1, 2, 3, 4"
RecipesBase = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1.0"
SpecialFunctions = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 1, 2"
SymEngine_jll = "0.9, 0.10"
SymEngine_jll = "0.9, 0.10, 0.11"
SymbolicUtils = "1.4"
julia = "1.6"

Expand Down

2 comments on commit 32b15fe

@isuruf
Copy link
Member Author

@isuruf isuruf commented on 32b15fe Oct 7, 2023

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

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.11.0 -m "<description of version>" 32b15fee56138430891f65584ef5908fe943cb2a
git push origin v0.11.0

Please sign in to comment.