Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Aug 1, 2023
1 parent b2a2b4a commit aea3428
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rdmo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'rdmo'
__version__ = '1.10.0'
__author__ = 'RDMO Arbeitsgemeinschaft'
__email__ = 'rdmo-team@listserv.dfn.de'
__license__ = 'Apache-2.0'
__title__ = "rdmo"
__version__ = "1.11.0"
__author__ = "RDMO Arbeitsgemeinschaft"
__email__ = "rdmo-team@listserv.dfn.de"
__license__ = "Apache-2.0"

VERSION = __version__

0 comments on commit aea3428

Please sign in to comment.