Skip to content

Commit

Permalink
chore(release): update version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Dec 30, 2021
1 parent f49c96d commit 92e9d5a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ Mapillary Tools is a library for processing and uploading images to [Mapillary](
## Quickstart

Download the latest `mapillary_tools` binaries for your platform
here: https://github.com/mapillary/mapillary_tools/releases/tag/v0.8.0
here: https://github.com/mapillary/mapillary_tools/releases/tag/v0.8.1

See [more installation instructions](#installation) below.

2 changes: 1 addition & 1 deletion mapillary_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.8.0"
VERSION = "0.8.1"

1 comment on commit 92e9d5a

@0ASDE8A0C100JK
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo "# urban-disco" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/0ASDE8A0C100JK/urban-disco.git
git push -u origin main

Please sign in to comment.