From 93385057cd3fef4bc036fa5f9d2e9f9f50b9f243 Mon Sep 17 00:00:00 2001 From: RedRuM <44142765+zoj613@users.noreply.github.com> Date: Fri, 14 Aug 2020 14:14:51 +0200 Subject: [PATCH] REL: bump version --- docs/conf.py | 3 +-- occuspytial/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 07cc1bf..87b15f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,8 +23,7 @@ author = 'Zolisa Bleki' # The full version, including alpha/beta/rc tags -release = '0.1.0-alpha' - +release = occuspytial.__version__ # -- General configuration --------------------------------------------------- diff --git a/occuspytial/__init__.py b/occuspytial/__init__.py index d743d20..1ffaca1 100644 --- a/occuspytial/__init__.py +++ b/occuspytial/__init__.py @@ -3,4 +3,4 @@ from .data import Data -__version__ = '0.1.0-alpha' +__version__ = '0.1.0' diff --git a/pyproject.toml b/pyproject.toml index 561be8a..533e1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "occuspytial" -version = "0.1.0-alpha" +version = "0.1.0" description = "'A package for bayesian analysis of spatial occupancy models'" authors = ["Zolisa Bleki"] license = "BSD-3-Clause"