Skip to content

Commit

Permalink
Version bump to 0.10.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval authored Dec 10, 2019
1 parent 3125263 commit c3df258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.10.0'
release = '0.11.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion sample_sheet/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.0'
__version__ = '0.11.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

setuptools.setup(
name='sample-sheet',
version='0.10.0',
version='0.11.0',
author='clintval',
author_email='valentine.clint@gmail.com',
description='An Illumina Sample Sheet parsing library',
url='https://github.com/clintval/sample-sheet',
download_url=f'https://github.com/clintval/sample-sheet/archive/0.10.0.tar.gz',
download_url=f'https://github.com/clintval/sample-sheet/archive/0.11.0.tar.gz',
long_description=long_description,
long_description_content_type='text/markdown',
license='MIT',
Expand Down

0 comments on commit c3df258

Please sign in to comment.