We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acb5bf commit 2478a7cCopy full SHA for 2478a7c
3 files changed
ribotricer/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
__author__ = 'Wenzheng Li, Saket Choudhary'
4
-__version__ = '0.3.0'
+__version__ = '1.0.0-dev0'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.3.0
+current_version = 1.0.0-dev0
commit = True
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -23,7 +23,7 @@
23
24
setuptools.setup(
25
name='ribotricer',
26
- version='0.3.0',
+ version='1.0.0-dev0',
27
author='Wenzheng Li, Saket Choudhary',
28
author_email='wenzhenl@usc.edu',
29
description="Python package to detect translating ORF from Ribo-seq data",
0 commit comments