Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Oct 12, 2016
1 parent fd9280e commit b941931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plocate/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Aetf'
__email__ = 'aetf@unlimitedcodeworks.xyz'
__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@

setup(
name='plocate',
version='0.1.1',
version='0.1.2',
description="Locate implementation with extra filtering features, compatible with mlocate.db format.",
long_description=readme + '\n\n' + history,
author="Aetf",
Expand Down

0 comments on commit b941931

Please sign in to comment.