Skip to content

Commit

Permalink
bumpversion tpipelinegeofinder
Browse files Browse the repository at this point in the history
  • Loading branch information
schadem committed Oct 20, 2023
1 parent b2bfd77 commit 7ca3e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tpipelinegeofinder/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion tpipelinegeofinder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(fname):
packages=find_packages(exclude=['tests']),
include_package_data=True,
exclude_package_data={"": ["test_*.py", "__pycache__"]},
version='0.0.7',
version='0.0.8',
description='Amazon Textract package to easier access data through geometric information',
install_requires=requirements,
scripts=['bin/amazon-textract-geofinder'],
Expand Down
2 changes: 1 addition & 1 deletion tpipelinegeofinder/textractgeofinder/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'

0 comments on commit 7ca3e74

Please sign in to comment.