Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oadams committed Aug 31, 2019
1 parent a5dabb4 commit 4ec2256
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Persephone v0.3.2 (beta version)
Persephone v0.4.0 (beta version)
================================

Persephone (/pərˈsɛfəni/) is an automatic phoneme transcription tool.
Expand Down
2 changes: 1 addition & 1 deletion persephone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.2"
__version__ = "0.4.0"

import sys
import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='persephone',
version='0.3.3',
version='0.4.0',
description='A tool for developing automatic phoneme transcription models',
long_description=open('README.rst', encoding="utf8").read(),
url='https://github.com/oadams/persephone',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py35
envlist=py35,py36
[testenv]
deps=
-r{toxinidir}/test_requirements.txt
Expand Down

0 comments on commit 4ec2256

Please sign in to comment.