Skip to content

Commit

Permalink
Making proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Mar 12, 2020
1 parent f948a70 commit 83e9c38
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.1.2-dev0'
__version__ = '2.1.2'
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.1.2-dev0
current_version = 2.1.2
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.1.2-dev0",
version="2.1.2",
zip_safe=False,
)

0 comments on commit 83e9c38

Please sign in to comment.