From 7fc37411edd8a39fcd35c874ced48690f6d8407f Mon Sep 17 00:00:00 2001 From: Saket Choudhary Date: Sun, 5 May 2019 18:48:00 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0-dev0=20=E2=86=92=201.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ribotricer/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ribotricer/__init__.py b/ribotricer/__init__.py index da4bdd5..0be330a 100644 --- a/ribotricer/__init__.py +++ b/ribotricer/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'Wenzheng Li, Saket Choudhary' -__version__ = '1.0.0-dev0' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index d096682..fa864a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0-dev0 +current_version = 1.0.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index ddb85d8..1bb8c97 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( name='ribotricer', - version='1.0.0-dev0', + version='1.0.0', author='Wenzheng Li, Saket Choudhary', author_email='wenzhenl@usc.edu', description="Python package to detect translating ORF from Ribo-seq data",