Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Jul 29, 2018
1 parent c318621 commit fbb2f16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
year = '2016'
author = u'Andy Craze'
copyright = '{0}, {1}'.format(year, author)
version = release = u'0.1.3'
version = release = u'0.2.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='ia-markov',
version='0.1.3',
version='0.2.0',
license='BSD',
description='A Markov model trained on Internet Archive text files.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/ia_markov/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .markov import MarkovModel # noqa
from .markov import POSMarkov # noqa

__version__ = "0.1.3"
__version__ = "0.2.0"

0 comments on commit fbb2f16

Please sign in to comment.