Skip to content

Commit

Permalink
Updated version (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstislon authored May 8, 2022
1 parent 45d8182 commit fead072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "==7.1.1"
pytest = "==7.1.2"
pytest-cov = "==3.0.0"
responses = "==0.20.0"
mypy = "==0.942"
mypy = "==0.950"
black = "==22.3.0"
flake8 = "==4.0.1"
pep8-naming = "==0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description="Python wrapper of the TestRail API",
long_description=long_description,
long_description_content_type="text/markdown",
version='1.10.4',
version='1.10.5',
install_requires=["requests>=2.20.1"],
python_requires=">=3.5",
include_package_data=True,
Expand Down
1 change: 0 additions & 1 deletion testrail_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# coding: utf-8
version = "1.10.5"
version_tuple = (1, 10, 5)

0 comments on commit fead072

Please sign in to comment.