Skip to content

Commit 1fe0c72

Browse files
committed
Bump to 1.0.5
Rename configure to silence warnings
1 parent 37ae704 commit 1fe0c72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure.in renamed to configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.50)
2-
AC_INIT(libiptcdata, 1.0.4)
2+
AC_INIT(libiptcdata, 1.0.5)
33
AM_CONFIG_HEADER(config.h)
44
AM_INIT_AUTOMAKE
55
AM_MAINTAINER_MODE

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
depends=['python%s/pyiptcdata.h' % (v)])
1414

1515
setup (name = 'iptcdata',
16-
version = '1.0.4',
17-
description = 'iptcdata',
16+
version = '1.0.5',
17+
description = 'A library for manipulating the IPTC metadata',
1818
author = 'Ian Wienand',
1919
author_email = 'ian@wienand.org',
2020
url = 'https://github.com/ianw/libiptcdata',

0 commit comments

Comments
 (0)