Skip to content

Commit bde0c22

Browse files
committed
v1.11.0
1 parent 157f964 commit bde0c22

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.10.0</Version>
6+
<Version>1.11.0</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
@@ -52,7 +52,7 @@ def build_cmake(self, ext):
5252

5353
setup(
5454
name='simpleimageio',
55-
version='1.10.0',
55+
version='1.11.0',
5656
author='Pascal Grittmann',
5757
url='https://github.com/pgrit/SimpleImageIO',
5858

0 commit comments

Comments
 (0)