--- a/docs/changelog.rst Wed Aug 19 12:27:43 2009 +0300
+++ b/docs/changelog.rst Wed Aug 19 12:35:27 2009 +0300
@@ -1,6 +1,10 @@
Changelog
---------
+0.9.7
+~~~~~
+Library renamed to opster.
+
0.9.6
~~~~~
- Checks for option definition: long name should be specified always, short
--- a/opster.py Wed Aug 19 12:27:43 2009 +0300
+++ b/opster.py Wed Aug 19 12:35:27 2009 +0300
@@ -6,7 +6,7 @@
from itertools import imap
__all__ = ['command', 'dispatch']
-__version__ = '0.9.6'
+__version__ = '0.9.7'
__author__ = 'Alexander Solovyov'
__email__ = 'piranha@piranha.org.ua'