Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mikecore/__init__.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
import platform
from pathlib import Path

__version__ = "0.3.0a0"
__version__ = "0.3.0"

p = platform.architecture()
if not "64" in p[0]:
Expand DownExpand Up@@ -34,4 +34,3 @@
eumDLL.Init()
MzCartDLL.Init(mikebin)
DfsDLL.Init(mikebin)

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ path = "buildUtil/build.py"

[project]
name = "mikecore"
version = "0.3.0a0"
version = "0.3.0"
description = "MIKE Core contains core libraries, like DFS (Data File System), EUM and more."
readme = "README.md"
license = { file = "LICENSE.txt" }
Expand Down