Skip to content

Commit

Permalink
change version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matsvanes committed Feb 5, 2025
1 parent c06ae8b commit 2201385
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 = "2.0.0" # Is set by calling `setup.py docs`
version = "2.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_ephys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
osl_logger.debug('osl-ephys main init complete')

# --------------------------------------------------------
__version__ = '2.1.dev0'
__version__ = '2.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-ephys'

setup(name=name,
version='2.1.dev0',
version='2.1.0',
description='OHBA Software Library for the analysis of electrophysiological data',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2201385

Please sign in to comment.