Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae committed Feb 1, 2021
1 parent ef2fe39 commit cfe6dbd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Michaela Müller'

# The full version, including alpha/beta/rc tags
release = '1.0.2'
release_ = '1.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion drop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import utils
from . import demo

__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion drop/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@click.group()
@click_log.simple_verbosity_option(logger)
@click.version_option('1.0.2',prog_name='drop')
@click.version_option('1.0.3',prog_name='drop')
def main():
pass

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name="drop",
version="1.0.2",
version="1.0.3",
author="Michaela Müller, Daniela Andrade Salazar, Vicente Yepez",
author_email="mumichae@in.tum.de",
description="Detection of RNA Outlier Pipeline",
Expand Down

0 comments on commit cfe6dbd

Please sign in to comment.