Skip to content

Commit ea2dd2e

Browse files
author
Goran Pavlovic
committed
Increased package version to 1.0.11
Deploy only tagged commits
1 parent 6a15835 commit ea2dd2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ deploy:
3131
distributions: "sdist"
3232
on:
3333
tags: true
34-
branch: master
3534
python: 3.7
3635
condition: $AIOHTTP_VERSION = 3.6.2
3736

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run(self):
5555

5656
setup(
5757
name='aiohttp-swagger',
58-
version='1.0.10',
58+
version='1.0.11',
5959
install_requires=required,
6060
url='https://github.com/cr0hn/aiohttp-swagger',
6161
license='BSD',

0 commit comments

Comments
 (0)