From a443c7fce90cc07cf8590f810e1c120739ae45d0 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Mon, 24 Jul 2023 22:19:51 +0300 Subject: [PATCH] v0.0.25 [publish] Signed-off-by: Alexander Piskun --- .readthedocs.yml | 13 ------------- nc_py_api/_version.py | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index fe1a57ff..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 - -build: - os: ubuntu-22.04 - tools: - python: "3.10" - -python: - install: - - method: pip - path: . - extra_requirements: - - docs diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index 4dda862f..eccc634c 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """ Version of nc_py_api""" -__version__ = "0.0.25-dev" +__version__ = "0.0.25"