Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kleiner committed Sep 23, 2018
1 parent 7c52bf0 commit d2fe09a
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.1
current_version = 0.1.2
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.1',
version='0.1.2',
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.1.tar.gz',
download_url='https://github.com/StoicPerlman/spiderkeeper-deploy/archive/0.1.2.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.1'
__version__ = '0.1.2'

0 comments on commit d2fe09a

Please sign in to comment.