Skip to content

Commit

Permalink
v0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Jan 24, 2023
1 parent b0b4164 commit ec67d56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 0.1.1
cff-version: 0.2.0
message: "If you use this software, please cite it as below."
title: "OHBA Software Library in Python (OSL)"
version: 0.1.1
date-released: "2022-11-14"
version: 0.2.0
date-released: "2023-01-24"
commit: 46aff022171862d1ea582c4c1dcb77ead6459a53
doi: 10.5281/zenodo.6875060
keywords:
Expand All @@ -25,4 +25,4 @@ authors:
orcid: https://orcid.org/0000-0002-0888-1207
- family-names: Woolrich
given-names: Mark W.
orcid: https://orcid.org/0000-0001-8460-8854
orcid: https://orcid.org/0000-0001-8460-8854
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.2.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='0.2.dev0',
version='0.2.0',
description='OHBA Software Library',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ec67d56

Please sign in to comment.