Skip to content

Commit

Permalink
Bump version: 2.0.8-dev0 → 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Aug 7, 2019
1 parent 3028a7e commit f5acff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion process_fastq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Ronak Hasmukh Shah"""
__email__ = '[email protected]'
__version__ = '2.0.8-dev0'
__version__ = '2.0.8'
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 = 2.0.8-dev0
current_version = 2.0.8
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 @@ -58,6 +58,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/rhshah/process_fastq",
version="2.0.8-dev0",
version="2.0.8",
zip_safe=False,
)

0 comments on commit f5acff5

Please sign in to comment.