Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Oct 22, 2019
2 parents 96327c8 + 3f99e8e commit 92536f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ script: tox
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: rhshah
skip_cleanup: true
skip_existing: true
user: msk-access
password:
secure: RBrDRYEEsuQTXa6JPZvI0/lsQ02ddOvo6zW3fAke7Ju693tqagOqtmH0Sk+livZveOVjRH9gyV5cBoCXnH5xnhD1uXflvn/jYBizbMxASL6raHqeu7N96VDe914IY9NWMOePMgsq8lsOImeH9fGDRc0WqLsS4Np7HmpNW7ESDcRE3sre0Pg+NwPPG9mOP76BpgXmhRwz3DaZW8k4kc6xprmc7csP7ve2Y5MvpbbXIc6GrfJNiWQLDFtewoNDZUZSamUErBeCrG9zxIkjGBjaF+3FANDAGRLiVQyHs9SSp29gtkoXs1UIyY7PDCGrdB9eKzE0Lwx+UYliS3YzYfOYhxk1hUjrL+xzQ8XBadgSuiOpZLy7g7htlLYCkxkSzBBvyrXKzXnh3KcaEqFfmJ0E0h8ULKejUuNJa7ZzsAdua7lEl17Rw1zqA8896zUMckH6o34p71BZyH5sNvOmZXxxSr1ZjU7IwL1EZ+2spum/Naigs1ZelZ2p7QYz+7tD214X5MUYdXSjURhfdzVZ+UDYopTxhsbd8pwkwwqFO7/vZ8lG+0uaPoxNhJ45aItP1yZZa28Wvq57eTVgYbVjipENUN1NrWDxtVW7klxSOsd78FXjkKD3wRHooLc6z6fChWsXYd1GG2U2Dkg/GLbACtIsP3mYudN21ZH9FFp3Y66/EHE=
secure: ithmgopowELxskUKR2LAi/cMnet6J+PH4emAOiJ57rBqFkwq8lVXmT/NW8D7k2VoJdTguB9v+RH+Q/91ShJh1VnwbRQ1bX7Ecr7P7O35DIQBp40Eqg5AH6ap8se37dsufnNyVNhj8vNtusd65jC3+6w4kQkcCfysD5eByUDDw04FNYCbhbXIn4S/JJ/EJUFFb8ElNzo5iWpVPnfP9uddYxpXTEgWZBo+TylZsa1gxMYUqio5xa34TMkUzN5N4tooe0C1uZ6H9/zRzh2pLwoof1ITf3wws/FOJkPwsJFZWviC+0K1pNJTaTY77kHEEC5W8/JupvdShrFg+BzldLHWsGuyC+Mfj3bjJFTqyDnbthc0kosQ3x7UdTKzyztL+gekdCcNEsusN10VTdO0DYkUnYTc1YWpsC+ORQxPGANg+RrvjO8lGobvQ4ZlhcWBJ1ynlvntlg+b0iHzuOntznwZGTJRcTqtjsH+zzIEo12FiWnJwjvM78OkEsNp5XYaKgYryhQBIo5Uqy79h7wtF8mAnIRrsK5cyQmYTJtWZ+OIQbuzj+l9o+Ff19hykD7LEB8I9So8240w09+HoNxpZKYMQFndGGZnC1wkoZNdBEOjn9Az9ZouHO7qkFHZVSp3rqSAEqiG8fm3TTl/5VAO9RNEKT5vmZMDhl04F6LXZYGCLKU=
true:
tags: true
repo: msk-access/merge_fastq
Expand Down
2 changes: 1 addition & 1 deletion merge_fastq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Ronak Shah"""
__email__ = 'rons.shah@gmail.com'
__version__ = '0.1.2'
__version__ = '0.1.3'
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 = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/rhshah/merge_fastq',
version='0.1.2',
version='0.1.3',
zip_safe=False,
)

0 comments on commit 92536f5

Please sign in to comment.