Skip to content

Commit

Permalink
Merge branch 'v0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
elessarelfstone committed Sep 8, 2019
2 parents 93490bc + 2bd061e commit 969ddac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "advarchs"
version = "v0.1.5"
description = "A tool for retrieving data from remote archives"
version = "v0.1.6"
description = "Data retrieval from remote archives"
authors = [
"Dauren Sdykov <elessarelfstone@mail.ru>"
]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_advarchs.py
Expand Up @@ -34,7 +34,7 @@ def localfile(fpath):


def test_version():
assert __version__ == 'v0.1.5'
assert __version__ == 'v0.1.6'


class TestDownloadUtils:
Expand Down

0 comments on commit 969ddac

Please sign in to comment.