Skip to content

Commit

Permalink
Patch version to indicate support for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Oct 25, 2024
1 parent 3ccc02a commit 24d86a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MIKE IO facilitates common data processing workflows for [MIKE files in Python](

## Requirements
* Windows or Linux operating system
* Python x64 3.9 - 3.12
* Python x64 3.9 - 3.13
* (Windows) [VC++ redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) (already installed if you have MIKE)

## Installation
Expand Down
4 changes: 2 additions & 2 deletions mikeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "2.2.dev1" # TODO use git hash instead for dev version?
__version__ = "2.1.2" # TODO use git hash instead for dev version?
# __version__ = "1.5.0"
__dfs_version__: int = 220
__dfs_version__: int = 210


if "64" not in architecture()[0]:
Expand Down
2 changes: 1 addition & 1 deletion 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.2.dev1"
version="2.1.2"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
Expand Down

0 comments on commit 24d86a7

Please sign in to comment.