Skip to content

Commit

Permalink
Merge pull request #35 from linhd-postdata/bump/version
Browse files Browse the repository at this point in the history
Bump version: 1.0.2 → 1.0.3
  • Loading branch information
alvp authored Sep 3, 2020
2 parents 5fe7a94 + a9bf524 commit 7c43e29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = '2019-2020'
author = 'LINHD POSTDATA Project'
copyright = '{0}, {1}'.format(year, author)
version = release = '1.0.2'
version = release = '1.0.3'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='averell',
version='1.0.2',
version='1.0.3',
license='Apache-2.0',
description='Corpora downloader and reader for Spanish sources',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/averell/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit 7c43e29

Please sign in to comment.