Version 0.1.1 0.1.1
authorThierry Florac <thierry.florac@onf.fr>
Wed, 22 Jul 2015 17:27:33 +0200
changeset 5 e7bddde188b7
parent 4 d624312bfc2b
child 6 864c7a6d0396
Version 0.1.1
buildout.cfg
setup.py
src/pyams_zmq.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Jun 30 14:13:25 2015 +0200
+++ b/buildout.cfg	Wed Jul 22 17:27:33 2015 +0200
@@ -56,4 +56,4 @@
 eggs = pyams_zmq [test]
 
 [versions]
-pyams_base = 0.1.0
+pyams_base = 0.1.1
--- a/setup.py	Tue Jun 30 14:13:25 2015 +0200
+++ b/setup.py	Wed Jul 22 17:27:33 2015 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.0'
+version = '0.1.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_zmq.egg-info/PKG-INFO	Tue Jun 30 14:13:25 2015 +0200
+++ b/src/pyams_zmq.egg-info/PKG-INFO	Wed Jul 22 17:27:33 2015 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-zmq
-Version: 0.1.0
+Version: 0.1.1
 Summary: PyAMS package for 0MQ
 Home-page: http://hg.ztfy.org/pyams/pyams_zmq
 Author: Thierry Florac