Skip to content

Commit 049d165

Browse files
authored
Bump version to 0.1.7 (#27)
* Bump version to 0.1.7 * Use newer vcpkg-action version * Use newer vcpkg-action version
1 parent a16f994 commit 049d165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
python-version: '${{ matrix.config.python_version }}'
126126
architecture: ${{ matrix.config.arch }}
127127
- name: vcpkg build
128-
uses: johnwason/vcpkg-action@v2
128+
uses: johnwason/vcpkg-action@961d53e336573f6165b896494fabb1abc002e8c1
129129
with:
130130
pkgs: >-
131131
${{ env.VCPKG_PKGS }}

tesseract_python/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>tesseract_python</name>
4-
<version>0.1.6</version>
4+
<version>0.1.7</version>
55
<description>The tesseract_python package</description>
66
<maintainer email="wason@wasontech.com">John Wason</maintainer>
77
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)