Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Aug 21, 2024
1 parent 4320575 commit f35d4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mikecore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import platform
from pathlib import Path

__version__ = "0.2.1"
__version__ = "0.2.2"

p = platform.architecture()
if not "64" in p[0]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mikecore",
version="0.2.1",
version="0.2.2",
install_requires=["numpy"],
author="DHI",
author_email="mike@dhigroup.com",
Expand Down

0 comments on commit f35d4c5

Please sign in to comment.