Skip to content

Commit f35d4c5

Browse files
committed
Update version
1 parent 4320575 commit f35d4c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mikecore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import platform
33
from pathlib import Path
44

5-
__version__ = "0.2.1"
5+
__version__ = "0.2.2"
66

77
p = platform.architecture()
88
if not "64" in p[0]:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mikecore",
8-
version="0.2.1",
8+
version="0.2.2",
99
install_requires=["numpy"],
1010
author="DHI",
1111
author_email="mike@dhigroup.com",

0 commit comments

Comments
 (0)