Skip to content

Commit

Permalink
New dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Aug 27, 2024
1 parent 29d53fe commit fa6c4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0'
__version__ = '1.1.dev0'
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.0.0',
version='1.1.dev0',
description='OHBA Software Library',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fa6c4e9

Please sign in to comment.