Skip to content

Commit

Permalink
Release v0.10.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 authored Aug 27, 2024
1 parent 70b18e9 commit a16e445
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 @@ -26,7 +26,7 @@
author = 'OHBA Analysis Group'

# The full version, including alpha/beta/rc tags
release = '0.9.0'
release = '0.10.0'


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

0 comments on commit a16e445

Please sign in to comment.