summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 937e5fa2..99f0909c 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ from dsextras import getoutput, have_pkgconfig, list_files, \
MAJOR_VERSION = 1
MINOR_VERSION = 99
-MICRO_VERSION = 15
+MICRO_VERSION = 16
VERSION = "%d.%d.%d" % (MAJOR_VERSION,
MINOR_VERSION,