Skip to content

Commit 2201385

Browse files
committed
change version to 2.1.0
1 parent c06ae8b commit 2201385

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# built documents.
7676
#
7777
# The short X.Y version.
78-
version = "2.0.0" # Is set by calling `setup.py docs`
78+
version = "2.1.0" # Is set by calling `setup.py docs`
7979
# The full version, including alpha/beta/rc tags.
8080
release = "" # Is set by calling `setup.py docs`
8181

osl_ephys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
osl_logger.debug('osl-ephys main init complete')
3838

3939
# --------------------------------------------------------
40-
__version__ = '2.1.dev0'
40+
__version__ = '2.1.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = 'osl-ephys'
2020

2121
setup(name=name,
22-
version='2.1.dev0',
22+
version='2.1.0',
2323
description='OHBA Software Library for the analysis of electrophysiological data',
2424
long_description=README,
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)