Skip to content

Commit

Permalink
Increased package version to 1.0.11
Browse files Browse the repository at this point in the history
Deploy only tagged commits
  • Loading branch information
Goran Pavlovic committed Nov 6, 2019
1 parent 6a15835 commit ea2dd2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ deploy:
distributions: "sdist"
on:
tags: true
branch: master
python: 3.7
condition: $AIOHTTP_VERSION = 3.6.2

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run(self):

setup(
name='aiohttp-swagger',
version='1.0.10',
version='1.0.11',
install_requires=required,
url='https://github.com/cr0hn/aiohttp-swagger',
license='BSD',
Expand Down

0 comments on commit ea2dd2e

Please sign in to comment.