Skip to content

Commit

Permalink
Updated version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
oadams committed Nov 13, 2019
1 parent 1e31f80 commit 0cf1d4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.4.0 (beta version)
Persephone v0.4.1 (beta version)
================================

Persephone (/pərˈsɛfəni/) is an automatic phoneme transcription tool.
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.1] - 2019-11-13

- Bugfix for an assertion that checked for equality of floating points.

## [0.4.0] - 2019-08-31

### Added
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.4.0"
__version__ = "0.4.1"

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.4.0',
version='0.4.1',
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

0 comments on commit 0cf1d4d

Please sign in to comment.