We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ae704 commit 1fe0c72Copy full SHA for 1fe0c72
2 files changed
configure.in configure.acconfigure.in renamed to configure.ac
@@ -1,5 +1,5 @@
1
AC_PREREQ(2.50)
2
-AC_INIT(libiptcdata, 1.0.4)
+AC_INIT(libiptcdata, 1.0.5)
3
AM_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE
5
AM_MAINTAINER_MODE
python/setup.py
@@ -13,8 +13,8 @@
13
depends=['python%s/pyiptcdata.h' % (v)])
14
15
setup (name = 'iptcdata',
16
- version = '1.0.4',
17
- description = 'iptcdata',
+ version = '1.0.5',
+ description = 'A library for manipulating the IPTC metadata',
18
author = 'Ian Wienand',
19
author_email = 'ian@wienand.org',
20
url = 'https://github.com/ianw/libiptcdata',
0 commit comments