Skip to content

Commit 623acef

Browse files
committed
Release version 0.2.3
Bug fixes: - fix setup.py on Windows Coverage: - support Python 3.12 - upgrade dependencies
1 parent 5bd7df3 commit 623acef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# tatoebatools
22

33
[![Actions Status](https://github.com/LBeaudoux/tatoebatools/workflows/CI/badge.svg)](https://github.com/LBeaudoux/tatoebatools/actions?query=workflow%3ACI)
4+
![PyPI](https://img.shields.io/pypi/v/tatoebatools)
5+
![Supported Python versions](https://img.shields.io/pypi/pyversions/tatoebatools.svg)
46

57

68
**tatoebatools** helps you to integrate [Tatoeba](https://tatoeba.org) into your app more quickly by allowing you to easily download and parse [Tatoeba weekly exports](https://downloads.tatoeba.org/exports/).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tatoebatools",
8-
version="0.2.2",
8+
version="0.2.3",
99
author="L.Beaudoux",
1010
description="A library for downloading and reading data from Tatoeba",
1111
long_description=long_description,

0 commit comments

Comments
 (0)