Skip to content

Commit

Permalink
Dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Nov 22, 2024
1 parent bb6f3a8 commit 5b6f626
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["notebooks", "tests", "images", ".github", "docs", ".devcontainer", "

[project]
name="mikeio"
version="2.1.3"
version="2.2.dev3"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
Expand All @@ -26,14 +26,13 @@ authors = [
description="A package that uses the DHI dfs libraries to create, write and read dfs and mesh files."
license="BSD-3-Clause"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 5b6f626

Please sign in to comment.