We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c2e3 commit 4d3000eCopy full SHA for 4d3000e
Readme.md
@@ -45,10 +45,10 @@ Visit the [DELFT documentation](https://delft.readthedocs.io) for detailed infor
45
46
## Using DeLFT
47
48
-PyPI packages are available for stable versions. Latest stable version is `0.3.3`:
+PyPI packages are available for stable versions. Latest stable version is `0.3.4`:
49
50
```
51
-pip install delft==0.3.3
+pip install delft==0.3.4
52
53
54
## DeLFT Installation
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="delft",
5
- version="0.3.3",
+ version="0.3.4",
6
author="Patrice Lopez",
7
author_email="patrice.lopez@science-miner.com",
8
description="a Deep Learning Framework for Text",
0 commit comments