Skip to content

Commit

Permalink
Merge pull request #61 from linhd-postdata/develop
Browse files Browse the repository at this point in the history
New release 0.4.0
  • Loading branch information
alvp authored Nov 21, 2019
2 parents 3fa8ba6 + 05ae135 commit 75d4740
Show file tree
Hide file tree
Showing 19 changed files with 119,211 additions and 261 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ target/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# pyenv
.python-version
Expand Down Expand Up @@ -104,3 +105,6 @@ venv.bak/

# mypy
.mypy_cache/

# tmp
tmp/
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 = 0.3.0
current_version = 0.4.0
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 @@ -41,7 +41,7 @@ def read(*names, **kwargs):

setup(
name='rantanplan',
version='0.3.0',
version='0.4.0',
license='Apache Software License 2.0',
description='Scansion tool for Spanish texts',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/rantanplan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.3.0'
__version__ = '0.4.0'
from .core import get_scansion # noqa
1,338 changes: 1,338 additions & 0 deletions src/rantanplan/alternative_syllabification.py

Large diffs are not rendered by default.

Loading

0 comments on commit 75d4740

Please sign in to comment.