diff --git a/README.md b/README.md index 517057d..21cce33 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Python 2.7 and 3.0 - 3.4 are supported. Note that development occurs on Python 3 ### Changelist -#### 1.0 - WIP +#### 1.0 - 2014-10-18 * Add timers. * Add integrated database support. @@ -259,9 +259,6 @@ Python 2.7 and 3.0 - 3.4 are supported. Note that development occurs on Python 3 * Switch to MIT license. [1]: https://pypi.python.org/pypi/irc -##### Yet to do for 1.0: -* Clean up code and raise test coverage. - #### 0.4 - 2014-03-30 * Add support for Python 2.7. diff --git a/pyromancer/__init__.py b/pyromancer/__init__.py index 58d168b..7e49527 100644 --- a/pyromancer/__init__.py +++ b/pyromancer/__init__.py @@ -1 +1 @@ -__version__ = '0.4' +__version__ = '1.0'