Skip to content

Commit

Permalink
version bump 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkopp committed Jun 28, 2021
1 parent 91057b0 commit 32a3d64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
source_suffix = '.rst'
master_doc = 'index'
project = u'Janggu'
year = u'2017-2020'
year = u'2017-2021'
author = u'Wolfgang Kopp'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.10.0'
version = release = '0.10.1'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _read(*names, **kwargs):

setup(
name='janggu',
version='0.10.0',
version='0.10.1',
license='GPL-3.0',
description='Utilities and datasets for deep learning in genomics',
long_description='%s\n%s' % (
Expand Down
4 changes: 2 additions & 2 deletions src/janggu/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.10.0'
version = '0.10.1'

# As of v0.9.4 there should be a separate
# dataversion. in case the dataset structure
Expand All @@ -8,4 +8,4 @@
# The dataversion has to be bumped whenever,
# the cached files are not compatible anymore with
# the new version anymore.
dataversion = '0.9.9'
dataversion = '0.10.1'

0 comments on commit 32a3d64

Please sign in to comment.