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 f08c508 commit c9fef0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1"
VERSION = "0.1.2"
2 changes: 1 addition & 1 deletion mapillary_tools/commands/__init__.py
Expand Up @@ -34,7 +34,7 @@
process_and_upload
]

VERSION = "0.1.1"
VERSION = "0.1.2"


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.1")
"0.1.2")

processing.create_and_log_process(image,
"import_meta_data_process",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='mapillary_tools',
version='0.1.0',
version='0.1.2',
description='Mapillary Image/Video Import Pipeline',
url='https://github.com/mapillary/mapillary_tools',
author='Mapillary',
Expand Down

0 comments on commit c9fef0a

Please sign in to comment.