Skip to content

Commit 178f2b0

Browse files
authored
Merge pull request #21 from CUNY-CL/bar
Bump version number.
2 parents 9abe5ff + 6adeeba commit 178f2b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version](https://badge.fury.io/py/Maxwell.svg)](https://pypi.org/project/maxwell/)
55
[![Supported Python
66
versions](https://img.shields.io/pypi/pyversions/maxwell.svg)](https://pypi.org/project/maxwell/)
7-
[![CircleCI](https://circleci.com/gh/CUNY-CL/maxwell.svg?style=svg&circle-token=43c60045a43c2b4d4e2ad95dce2968512e7fe8d6)](https://app.circleci.com/pipelines/github/CUNY-CL/maxwell?branch=main)
7+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/CUNY-CL/maxwell/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/CUNY-CL/maxwell/tree/main)
88

99
Maxwell is a Python library for learning the stochastic edit distance (SED)
1010
between source and target alphabets for string transduction.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["maxwell*"]
1010

1111
[project]
1212
name = "maxwell"
13-
version = "0.2.4"
13+
version = "0.2.5"
1414
description = "Stochastic Edit Distance aligner for string transduction"
1515
readme = "README.md"
1616
requires-python = ">= 3.9"

0 commit comments

Comments
 (0)