Skip to content

Commit

Permalink
bump version, add travis deploy logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pupssman committed Oct 7, 2014
1 parent 5bd0b9e commit 116860c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ language: python
python:
- '2.7'
install: pip install tox
script: tox
script: tox
notifications:
email:
- [email protected]
deploy:
provider: pypi
user: pupssman
password:
secure: zoZ3sEpnFJA9pDPTGNozt2JDzsLfvm/baBvE/zpvoHokaTW7xLIawBt4CNlH0UXkkBuOke0VfvopXrIkrTsBj83VjFIjiF5goY8X4T+NwQKMrgI8uqSItjgGq+/wRDoruLkbZ9fBj6Mq57Woc5rCL9nIZCygjwZyeyLRUpyMx9U=
on:
tags: true
all_branches: true
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='yamb',
version='0.1',
version='0.1.1',
license='Apache License, Version 2.0',
author="Ivan Kalinin",
author_email="[email protected]",
Expand All @@ -16,5 +16,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python'],
'Programming Language :: Python',
'Topic :: Software Development'],
)

0 comments on commit 116860c

Please sign in to comment.