Skip to content

Commit

Permalink
Merge pull request #203 from 0Hughman0/0.3.0-ready
Browse files Browse the repository at this point in the history
Prepped for 0.3.0 release
  • Loading branch information
0Hughman0 authored Nov 1, 2024
2 parents 3408297 + ec8ee16 commit 6764124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cassini"
version = "0.3.0a16"
version = "0.3.0"
description = "A tool to structure experimental work, data and analysis using Jupyter Lab."
authors = ["0Hughman0 <rammers2@hotmail.co.uk>"]
license = "GPL-3.0-only"
Expand All @@ -11,7 +11,7 @@ python = "^3.8.1"
ipywidgets = "^8.0"
jupyterlab = "^4.0.0"
typing-extensions = "^4.7.1"
jupyter_cassini_server = "~0.3.0a0"
jupyter_cassini_server = "~0.3.0"
pydantic = "^2.8.2"
pandas = { version="^1.0", optional=true }
semantic-version = { version="^2.10.0", optional=true }
Expand Down

0 comments on commit 6764124

Please sign in to comment.