Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkuang committed Jul 19, 2018
1 parent e472864 commit f08c508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mapillary_tools/__init__.py
Expand Up @@ -22,4 +22,4 @@
import process_csv
import interpolation

VERSION = "0.1.0"
VERSION = "0.1.1"
2 changes: 1 addition & 1 deletion mapillary_tools/commands/__init__.py
Expand Up @@ -34,7 +34,7 @@
process_and_upload
]

VERSION = "0.1.0"
VERSION = "0.1.1"


def add_general_arguments(parser, command):
Expand Down
2 changes: 1 addition & 1 deletion mapillary_tools/process_import_meta_properties.py
Expand Up @@ -78,7 +78,7 @@ def finalize_import_properties_process(image,
add_meta_tag(mapillary_description,
"strings",
"mapillary_tools_version",
"0.1.0")
"0.1.1")

processing.create_and_log_process(image,
"import_meta_data_process",
Expand Down

0 comments on commit f08c508

Please sign in to comment.