diff --git a/LICENSE.txt b/LICENSE.txt index 1d3eb8e2..17ad6fbb 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright [2018-2022] the DeLFT contributors + Copyright [2018-2023] the DeLFT contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Readme.md b/Readme.md index b26f58dc..ab6e9ead 100644 --- a/Readme.md +++ b/Readme.md @@ -45,10 +45,10 @@ Visit the [DELFT documentation](https://delft.readthedocs.io) for detailed infor ## Using DeLFT -PyPI packages are available for stable versions. Latest stable version is `0.3.2`: +PyPI packages are available for stable versions. Latest stable version is `0.3.3`: ``` -pip install delft==0.3.2 +pip install delft==0.3.3 ``` ## DeLFT Installation diff --git a/doc/Install-DeLFT.md b/doc/Install-DeLFT.md index d040a6ca..fc11572b 100644 --- a/doc/Install-DeLFT.md +++ b/doc/Install-DeLFT.md @@ -25,7 +25,7 @@ Finally install the project in editable state pip3 install -e . ``` -Current DeLFT version is __0.3.2__, which has been tested successfully with Python 3.8. It uses tensorflow 2.7.0 and will exploit your available GPU with the condition that CUDA (>=11.2) is properly installed. +Current DeLFT version is __0.3.3__, which has been tested successfully with Python 3.8. It uses tensorflow 2.7.0 and will exploit your available GPU with the condition that CUDA (>=11.2) is properly installed. To ensure the availability of GPU devices for the right version of tensorflow, CUDA, CuDNN and python, you can check the dependencies [here](https://www.tensorflow.org/install/source#gpu). diff --git a/setup.py b/setup.py index 18a7c76d..456da4cd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="delft", - version="0.3.2", + version="0.3.3", author="Patrice Lopez", author_email="patrice.lopez@science-miner.com", description="a Deep Learning Framework for Text",