Skip to content

Commit 6f301a6

Browse files
committed
Bump version: 1.0.2-dev0 → 1.0.2
1 parent 8048050 commit 6f301a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ribotricer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
__author__ = 'Wenzheng Li, Saket Choudhary'
4-
__version__ = '1.0.2-dev0'
4+
__version__ = '1.0.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2-dev0
2+
current_version = 1.0.2
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name='ribotricer',
26-
version='1.0.2-dev0',
26+
version='1.0.2',
2727
author='Wenzheng Li, Saket Choudhary',
2828
author_email='wenzhenl@usc.edu',
2929
description='Python package to detect translating ORF from Ribo-seq data',

0 commit comments

Comments
 (0)