Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt committed Aug 13, 2024
1 parent 4232787 commit b77464e
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ubermagtable"
version = "0.61.3"
version = "0.61.4"
description = "Python package for manipulating tabular data."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
]

dependencies = [
"ubermagutil>=0.63.2",
"ubermagutil>=0.63.4",
"pandas>=1.1",
"matplotlib>=3.3",
"ipywidgets>=7.5"
Expand Down

0 comments on commit b77464e

Please sign in to comment.