diff --git a/pyproject.toml b/pyproject.toml index 24104fc..717f02d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "ubermagtable" -version = "0.60.0" +version = "0.61.0" description = "Python package for manipulating tabular data." readme = "README.md" requires-python = ">=3.8" @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ - "ubermagutil~=0.60.0", + "ubermagutil~=0.61.0", "pandas>=1.1", "matplotlib>=3.3", "jupyterlab~=3.0", diff --git a/setup.cfg b/setup.cfg index e15744d..a050162 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ubermagtable -version = 0.60.0 +version = 0.61.0 description = Python package for manipulating tabular data. author = Marijan Beg, Martin Lang, Ryan A. Pepper, Thomas Kluyver, Samuel Holt, and Hans Fangohr long_description = file: README.md @@ -26,7 +26,7 @@ classifiers = packages = find: python_requires >= 3.8 install_requires = - ubermagutil~=0.60.0 + ubermagutil~=0.61.0 pandas>=1.1 matplotlib>=3.3 jupyterlab~=3.0