Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Clarakosi
ImageMatching
Commits
3d6820b6
Commit
3d6820b6
authored
Nov 29, 2021
by
Clarakosi
Browse files
Merge branch 'update_version' into 'main'
Update version after import changes See merge request gmodena/ImageMatching!36
parents
f466327c
ce426a8c
Pipeline
#1248
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3d6820b6
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"algorunner"
,
version
=
"2.0.
0
"
,
version
=
"2.0.
1
"
,
description
=
"A simple script run the Image Matching algorithm and generate parquet output"
,
scripts
=
[
'scripts/placeholder_images.py'
,
'scripts/algorunner.py'
,
'scripts/algorithm.py'
],
packages
=
find_packages
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment