summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaine Stump <laine@laine.org>2014-04-07 14:24:46 +0300
committerLaine Stump <laine@laine.org>2014-04-07 15:33:24 +0300
commit2419f29435d3df835a2af5fe37679e82ae8f4c81 (patch)
tree2d1c2c3ec825cf8831b63c962e847b444f5f26d5
parent0eaf951979cbb900eefbc76569b9ce32ec567bc5 (diff)
downloadlibvirt-python-2419f29435d3df835a2af5fe37679e82ae8f4c81.tar.gz
increment version post-release
As is now done with libvirt. git head will always have the version number of the expected *next* release.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 44ebcf7..f4c05ca 100755
--- a/setup.py
+++ b/setup.py
@@ -309,7 +309,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '1.2.3',
+ version = '1.2.4',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',