Skip to content

Commit 4cb7fa3

Browse files
committed
Version 0.8.1
1 parent 30a0262 commit 4cb7fa3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Run Python Tests
4+
name: Python Tests
55

66
on:
77
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Python 3 library for reading tiles and exporting tools from
55
which contain tile caches using the
66
[ArcGIS Compact Tile Cache](https://server.arcgis.com/en/server/10.3/publish-services/windows/inside-the-compact-cache-storage-format.htm)
77

8-
[![Build Status](https://travis-ci.org/consbio/tpkutils.svg?branch=master)](https://travis-ci.org/consbio/tpkutils) [![Coverage Status](https://coveralls.io/repos/github/consbio/tpkutils/badge.svg?branch=master)](https://coveralls.io/github/consbio/tpkutils?branch=master)
8+
![Python Tests](https://github.com/consbio/tpkutils/actions/workflows/python-tests.yml/badge.svg)
99

1010
## Goals
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tpkutils"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "ArcGIS Tile Package Utilities"
55
authors = ["Brendan Ward <bcward@astutespruce.com>"]
66
license = "ISC"

0 commit comments

Comments
 (0)