Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpn1024 committed Apr 19, 2020
1 parent 8a3cfa3 commit eec9626
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-4-19 ribotish 0.2.5

Fix negative start error.

Python3 compatibility.

2019-8-13 ribotish 0.2.4

Fix a python3 error.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README for Ribo-TISH (0.2.4)
README for Ribo-TISH (0.2.5)
==================================
<2019-12-9 Peng Zhang>

Expand Down
2 changes: 1 addition & 1 deletion bin/ribotish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This code is free software; you can redistribute it and/or modify it
under the terms of the BSD License (see the file COPYING included with
the distribution).
@status: Beta
@version: 0.2.4
@version: 0.2.5
@author: Peng Zhang
@contact: [email protected]
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# the distribution).
#
# @status: Beta
# @version: 0.2.4
# @version: 0.2.5
# @author: Peng Zhang
# @contact: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__=["run"]
__version__ = '0.2.4'
__version__ = '0.2.5'

0 comments on commit eec9626

Please sign in to comment.