Skip to content

Commit

Permalink
Merge pull request #82 from ethanwhite/add-docs
Browse files Browse the repository at this point in the history
Increment version for release
  • Loading branch information
ethanwhite committed Nov 20, 2023
2 parents c57637d + b4c5e53 commit 41c27f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion offlinedatasci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import main
from .main import *

__version__ = '0.2.0'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 41c27f5

Please sign in to comment.