We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2b171 commit 8271d41Copy full SHA for 8271d41
ribotricer/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
__author__ = "Wenzheng Li, Saket Choudhary"
4
-__version__ = "1.2.0-dev0"
+__version__ = "1.2.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.2.0-dev0
+current_version = 1.2.0
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="1.2.0-dev0",
+ version="1.2.0",
27
author="Wenzheng Li, Saket Choudhary",
28
author_email="skchoudh@usc.edu",
29
description="Python package to detect translating ORF from Ribo-seq data",
0 commit comments