Skip to content

Commit 4d3000e

Browse files
committed
release version 0.3.4
1 parent 236c2e3 commit 4d3000e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Visit the [DELFT documentation](https://delft.readthedocs.io) for detailed infor
4545

4646
## Using DeLFT
4747

48-
PyPI packages are available for stable versions. Latest stable version is `0.3.3`:
48+
PyPI packages are available for stable versions. Latest stable version is `0.3.4`:
4949

5050
```
51-
pip install delft==0.3.3
51+
pip install delft==0.3.4
5252
```
5353

5454
## DeLFT Installation

setup.py

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

33
setup(
44
name="delft",
5-
version="0.3.3",
5+
version="0.3.4",
66
author="Patrice Lopez",
77
author_email="patrice.lopez@science-miner.com",
88
description="a Deep Learning Framework for Text",

0 commit comments

Comments
 (0)