Skip to content

Commit 288f71e

Browse files
committed
v1.8.2
1 parent f3b23ce commit 288f71e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SimpleImageIO/SimpleImageIO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Title>Simple Image IO</Title>
44
<Description>A very simple C# wrapper to read and write various HDR and LDR image file formats.</Description>
55
<PackageId>SimpleImageIO</PackageId>
6-
<Version>1.8.1</Version>
6+
<Version>1.8.2</Version>
77
<Copyright>(c) Pascal Grittmann</Copyright>
88
<RepositoryUrl>https://github.com/pgrit/SimpleImageIO</RepositoryUrl>
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def build_cmake(self, ext):
5757

5858
setup(
5959
name='simpleimageio',
60-
version='1.8.0',
60+
version='1.8.2',
6161
author='Pascal Grittmann',
6262
url='https://github.com/pgrit/SimpleImageIO',
6363

0 commit comments

Comments
 (0)