Skip to content

Commit

Permalink
Update version for patch release to fix wheel build
Browse files Browse the repository at this point in the history
See #140
  • Loading branch information
ethanwhite committed Sep 3, 2024
1 parent 98436b3 commit 2f136df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "offlinedatasci",
"description": "Download and configure common tools for teaching and doing data science without an internet connection",
"version": "0.6.0",
"version": "0.6.1",
"creators": [
{"name": "Virnaliz Cruz"},
{"name": "Colin Sauze"},
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.6.0'
release = 'v0.6.1'

# -- 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.6.0'
__version__ = '0.6.1'
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.6.0"
version = "0.6.1"

authors = [
{ name="Virnaliz Cruz" },
Expand Down

0 comments on commit 2f136df

Please sign in to comment.