From 740490b26aa20817ce01ec453dec3700b24cb5c2 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Mon, 6 Nov 2023 10:00:05 -0500 Subject: [PATCH] Increment version for 0.2 release --- offlinedatasci/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/offlinedatasci/__init__.py b/offlinedatasci/__init__.py index 2710599..baafcb7 100644 --- a/offlinedatasci/__init__.py +++ b/offlinedatasci/__init__.py @@ -1,4 +1,4 @@ from . import main from .main import * -__version__ = '0.1.0' +__version__ = '0.2.0' diff --git a/pyproject.toml b/pyproject.toml index 806753f..48320af 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.1.0" +version = "0.2.0" authors = [ { name="Virnaliz Cruz" },