Skip to content

Commit

Permalink
Merge pull request #18 from angarc/bump
Browse files Browse the repository at this point in the history
Bump version: 0.1.4 → 0.1.5
  • Loading branch information
angarc authored Apr 30, 2023
2 parents cf51085 + 27b3fbd commit afc3b28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4
current_version = 0.1.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion bulk_mv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .helpers import get_last_index_of_substring
from .operations import perform_adds, perform_deletes, perform_renames, perform_moves

__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

version = "0.1.4"
version = "0.1.5"
release = version


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "bulk-mv"
authors = [{name = "Angel Garcia", email = "[email protected]"}]
description="An example python project"
readme = "README.md"
version = "0.1.4"
version = "0.1.5"
requires-python = ">=3.7"

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='bulk-mv',
version="0.1.4",
version="0.1.5",
description='Move, rename, delete, and add files as fast as you can use Vim.',
author='Angel Garcia',
author_email='[email protected]',
Expand Down

0 comments on commit afc3b28

Please sign in to comment.