Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kleiner committed Sep 23, 2018
1 parent d3f38f9 commit d3d3e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ def read(*names, **kwargs):

setup(
name='spiderkeeper-deploy',
version='0.1.0',
version='0.1.1',
license='MIT license',
description='Deploy to SpiderKeeper',
long_description=read('README.rst'),
author='Sam Kleiner',
author_email='[email protected]',
url='https://github.com/StoicPerlman/spiderkeeper-deploy',
download_url='https://github.com/StoicPerlman/spiderkeeper-deploy/archive/0.1.0.tar.gz',
download_url='https://github.com/StoicPerlman/spiderkeeper-deploy/archive/0.1.1.tar.gz',
packages=find_packages('src'),
package_dir={'': 'src'},
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
Expand Down
2 changes: 1 addition & 1 deletion src/spiderkeeper_deploy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit d3d3e9f

Please sign in to comment.