Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
goranvrbaski committed Oct 30, 2018
2 parents b9c44b2 + ac4d205 commit 3ae1340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.env/
venv/
.idea/
.vscode/
__pycache__/
*.py[cod]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.18.4
requests==2.20.0
xmltodict==0.11.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='python-namesilo',
version='1.1.2',
version='1.1.3',
packages=find_packages(exclude=['docs', 'tests']),
install_requires=['requests', 'xmltodict'],
python_requires='>=3.6',
Expand Down

0 comments on commit 3ae1340

Please sign in to comment.