Skip to content

Commit

Permalink
Version bump to 0.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Aug 10, 2016
1 parent c8368ce commit 087e25b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DCC/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


def main():
version = "0.4.3"
version = "0.4.4"

parser = argparse.ArgumentParser(prog="DCC", formatter_class=argparse.RawDescriptionHelpFormatter,
fromfile_prefix_chars="@",
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.4.3',
version='0.4.4',

description='Detect circRNAs from chimeras',
long_description=long_description,
Expand All @@ -31,12 +31,14 @@
url='https://github.com/dieterich-lab/DCC',

# Author details
author='Jun Cheng',
author_email='s6juncheng@gmail.com',

maintainer='Tobias Jakobi',
maintainer_email='Tobias.Jakobi@med.Uni-Heidelberg.DE',

author='Jun Cheng',
author_email='s6juncheng@gmail.com',


# Choose your license
license='GNU General Public License (GPL)',

Expand Down

0 comments on commit 087e25b

Please sign in to comment.