diff --git a/docs/conf.py b/docs/conf.py index 9aefe8e..036ca96 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ project = 'offlinedatasci' copyright = '2023, Virnaliz Cruz, Abhishek Dasgupta, Colin Sauze, Jannetta Steyn, Ethan P. White' author = 'Virnaliz Cruz, Abhishek Dasgupta, Colin Sauze, Jannetta Steyn, Ethan P. White' -release = 'v0.2.0' +release = 'v0.3.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/offlinedatasci/__init__.py b/offlinedatasci/__init__.py index baafcb7..5af4e01 100644 --- a/offlinedatasci/__init__.py +++ b/offlinedatasci/__init__.py @@ -1,4 +1,4 @@ from . import main from .main import * -__version__ = '0.2.0' +__version__ = '0.3.0' diff --git a/pyproject.toml b/pyproject.toml index 0f3ef86..33a5982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "offlinedatasci" description = "Download and configure common tools for teaching and doing data science without an internet connection" readme = "README.md" -version = "0.2.0" +version = "0.3.0" authors = [ { name="Virnaliz Cruz" },