Update version numbers for a new release.
1.1 --- a/CHANGES Fri Dec 28 10:54:28 2007 -0600
1.2 +++ b/CHANGES Mon Jan 07 17:40:45 2008 -0600
1.3 @@ -1,7 +1,7 @@
1.4 CHANGES
1.5 --------
1.6
1.7 -Current
1.8 +Version 0.3
1.9
1.10 Improved skeleton generating program to include much more
1.11 information in the Python docstrings that was present in the AMQP
2.1 --- a/amqplib/client_0_8.py Fri Dec 28 10:54:28 2007 -0600
2.2 +++ b/amqplib/client_0_8.py Mon Jan 07 17:40:45 2008 -0600
2.3 @@ -42,7 +42,7 @@
2.4 #
2.5 LIBRARY_PROPERTIES = {
2.6 'library': 'Python amqplib',
2.7 - 'library_version': '0.2.2',
2.8 + 'library_version': '0.3',
2.9 }
2.10
2.11 DEBUG = False
3.1 --- a/setup.py Fri Dec 28 10:54:28 2007 -0600
3.2 +++ b/setup.py Mon Jan 07 17:40:45 2008 -0600
3.3 @@ -13,7 +13,7 @@
3.4
3.5 setup(name = "amqplib",
3.6 description = "AMQP Client Library",
3.7 - version = "0.2.2",
3.8 + version = "0.3",
3.9 license = "LGPL",
3.10 author = "Barry Pederson",
3.11 author_email = "bp@barryp.org",