diff --git a/HISTORY.rst b/HISTORY.rst index acdd770..39a4c7a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,9 @@ +0.4.4 +----- + +* Remove one per line option +* Expand docs + 0.4.3 ----- diff --git a/twitter_markov/__init__.py b/twitter_markov/__init__.py index c8b48ba..a1a02d6 100644 --- a/twitter_markov/__init__.py +++ b/twitter_markov/__init__.py @@ -17,4 +17,4 @@ from .twitter_markov import TwitterMarkov from . import checking -__version__ = "0.4.3" +__version__ = "0.4.4"