Skip to content

Commit

Permalink
Increment version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
AJQuinn committed Nov 11, 2022
1 parent 6a587b6 commit 46aff02
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 @@ -36,4 +36,4 @@
osl_logger.debug('osl main init complete')

# --------------------------------------------------------
__version__ = '0.2.dev0'
__version__ = '0.1.1'
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='0.2.dev0',
version='0.1.1',
description='OHBA Software Library',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 46aff02

Please sign in to comment.