Skip to content

Commit

Permalink
Bump version: 1.3.0-dev0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Nov 1, 2019
1 parent ea4f4a8 commit 91ea5f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ribotricer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = "Saket Choudhary, Wenzheng Li"
__version__ = "1.3.0-dev0"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0-dev0
current_version = 1.3.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="ribotricer",
version="1.3.0-dev0",
version="1.3.0",
author="Saket Choudhary, Wenzheng Li",
author_email="skchoudh@usc.edu",
description="Python package to detect translating ORFs from Ribo-seq data",
Expand Down

0 comments on commit 91ea5f1

Please sign in to comment.