From efea466681fd706fea2daee6b187a13e3f8904d0 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Mon, 23 Jan 2023 11:07:02 +0300 Subject: [PATCH] Up version --- README.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b5a1e..8558afb 100644 --- a/README.md +++ b/README.md @@ -1002,3 +1002,17 @@ Intall dev pip3 install -r slovnet/requirements/dev.txt -r slovnet/requirements/gpu.txt pip3 install -e slovnet ``` + +Release + +```bash +# Update setup.py version + +git commit -am 'Up version' +git tag v0.6.0 + +git push +git push --tags + +# Github Action builds dist and publishes to PyPi +``` diff --git a/setup.py b/setup.py index 8464c73..50943f7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='slovnet', - version='0.5.0', + version='0.6.0', description='Deep-learning based NLP modeling for Russian language', long_description=description,