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"