Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
bump version 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdikrahman committed May 30, 2017
1 parent 07edb55 commit 643629e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
History
=======

Current
-------
0.3.0(2017-05-30)
-----------------

* exposed the ``Markovipy`` class in the ``markovipy`` module.
API changed from

from markovipy.markovipy import MarkoviPy

to

from markovipy import MarkoviPy

0.2.0 (2017-04-29)
------------------
Expand Down
2 changes: 1 addition & 1 deletion markovipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Tasdik Rahman"""
__email__ = 'prodicus@outlook.com'
__version__ = '0.2.0'
__version__ = '0.3.0'

__all__ = [
'MarkoviPy'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='markovipy',
version='0.2.0',
version='0.3.0',
description="Sentence generation using Markov Chains",
long_description=readme + '\n\n' + history,
author="Tasdik Rahman",
Expand Down

0 comments on commit 643629e

Please sign in to comment.