Skip to content

Commit 52d90a4

Browse files
committed
Increment version for release
1 parent ac8795e commit 52d90a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project = 'offlinedatasci'
1313
copyright = '2023, Virnaliz Cruz, Abhishek Dasgupta, Colin Sauze, Jannetta Steyn, Ethan P. White'
1414
author = 'Virnaliz Cruz, Abhishek Dasgupta, Colin Sauze, Jannetta Steyn, Ethan P. White'
15-
release = 'v0.6.1'
15+
release = 'v0.7.0'
1616

1717
# -- General configuration ---------------------------------------------------
1818
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

offlinedatasci/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import main
22
from .main import *
33

4-
__version__ = '0.6.1'
4+
__version__ = '0.7.0'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "offlinedatasci"
77
description = "Download and configure common tools for teaching and doing data science without an internet connection"
88
readme = "README.md"
9-
version = "0.6.1"
9+
version = "0.7.0"
1010

1111
authors = [
1212
{ name="Virnaliz Cruz" },

0 commit comments

Comments
 (0)