Skip to content

Commit

Permalink
Merge branch 'release.v2.0.0' into 'main'
Browse files Browse the repository at this point in the history
Bump to v2.0.0

See merge request flexi/codes/relexi!31
  • Loading branch information
m-kurz committed Jul 26, 2024
2 parents 2cfbe3b + cc3e9de commit a3646a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0
message: "If you find Relexi helpful, please cite the project as follows:"

title: Relexi
version: 1.1.0
version: 2.0.0
authors:
- family-names: Kurz
given-names: Marius
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "relexi"
version = "1.1.0"
version = "2.0.0"
authors = [
"Marius Kurz <[email protected]>",
"Philipp Offenhäuser",
Expand Down
2 changes: 1 addition & 1 deletion relexi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
:start-line: 2
"""

__version__ = '1.1.0'
__version__ = '2.0.0'

__all__ = ['__version__','env','io','rl','runtime']

0 comments on commit a3646a3

Please sign in to comment.