Skip to content

Commit

Permalink
change version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
matsvanes committed Oct 9, 2024
1 parent 86acbbe commit 6f261b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# built documents.
#
# The short X.Y version.
version = "" # Is set by calling `setup.py docs`
version = "1.1.0" # Is set by calling `setup.py docs`
# The full version, including alpha/beta/rc tags.
release = "" # Is set by calling `setup.py docs`

Expand Down
2 changes: 1 addition & 1 deletion osl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
osl_logger.debug('osl main init complete')

# --------------------------------------------------------
__version__ = '1.1.dev0'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name = 'osl'

setup(name=name,
version='1.1.dev0',
version='1.1.0',
description='OHBA Software Library',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6f261b8

Please sign in to comment.