diff --git a/fzf_wal/__init__.py b/fzf_wal/__init__.py index 61f96f8..6322127 100644 --- a/fzf_wal/__init__.py +++ b/fzf_wal/__init__.py @@ -4,4 +4,4 @@ __author__ = """Shane Donohoe""" __email__ = 'shane@donohoe.cc' -__version__ = '0.1.1' +__version__ = '0.1.2' diff --git a/setup.cfg b/setup.cfg index 727ae73..28a1b2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 09afc5d..3761bd5 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/shanedabes/fzf_wal', - version='0.1.1', + version='0.1.2', zip_safe=False, )