Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikP committed Apr 16, 2019
1 parent 60e1938 commit 934b3af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy3.5"

install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ Show version:

```
$ querycontacts --version
querycontacts 1.0.0
querycontacts 1.1.0
```

Show abuse contact for your IP:
Expand Down
2 changes: 1 addition & 1 deletion querycontacts/_version.py
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.1.0'
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -50,6 +50,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Security',
],
project_urls={
Expand Down

0 comments on commit 934b3af

Please sign in to comment.