Skip to content

Commit 7c2b171

Browse files
committed
Bump version: 1.1.1 → 1.2.0-dev0
1 parent c547dc2 commit 7c2b171

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.1.1"
4+
__version__ = "1.2.0-dev0"

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.1.1
2+
current_version = 1.2.0-dev0
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.1.1",
26+
version="1.2.0-dev0",
2727
author="Wenzheng Li, Saket Choudhary",
2828
author_email="skchoudh@usc.edu",
2929
description="Python package to detect translating ORF from Ribo-seq data",

0 commit comments

Comments
 (0)