From e5f85df7ff907ebc9cd3032cfc857ab68d628373 Mon Sep 17 00:00:00 2001 From: HiIAmTzeKean Date: Fri, 15 Nov 2024 14:44:34 +0800 Subject: [PATCH] update link and version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2868724..2797ef5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You can access the PiPy page of the project from the link here: [pypi page](https://pypi.org/project/NLarge/) Our github repository can be found here: -[github page](https://github.com/HiIAmTzeKean/SC4001) +[github page](https://github.com/HiIAmTzeKean/SC4001-NLarge) ## Contributing diff --git a/pyproject.toml b/pyproject.toml index de66ec5..57a60b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "NLarge" -version = "0.2.3" +version = "1.0.0" description = "Data augmentation for NLP" authors = ["Ng Tze Kean ", "Dexter Gui "]