Skip to content

Commit

Permalink
Bump version: 0.1 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxposed committed Aug 11, 2021
1 parent b01b561 commit a67be21
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1
current_version = 0.1.1
commit = True
tag = True
serialize =
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Overview
:alt: Supported versions
:target: https://pypi.org/project/scanpy-utils

.. |commits-since| image:: https://img.shields.io/github/commits-since/NUPulmonary/scanpy-utils/v0.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/NUPulmonary/scanpy-utils/v0.1.1.svg
:alt: Commits since latest release
:target: https://github.com/NUPulmonary/scanpy-utils/compare/v0.1...master
:target: https://github.com/NUPulmonary/scanpy-utils/compare/v0.1.1...master

.. end-badges
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = '2021'
author = 'Nikolay Markov'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1'
version = release = '0.1.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 @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name='scanpy-utils',
version='0.1',
version='0.1.1',
license='MIT',
description='Utility functions for scanpy',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/sc_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1'
__version__ = '0.1.1'

from .io import write_mtx
from .markers import get_markers
Expand Down

0 comments on commit a67be21

Please sign in to comment.