Skip to content

Commit c1d107c

Browse files
committed
fix: version update
1 parent f8b68b2 commit c1d107c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

heimdall/evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import ctypes
33

4-
from errors import HeimdallEvaluationError
4+
from .errors import HeimdallEvaluationError
55

66
# Get the directory path of the current module
77
module_dir = os.path.dirname(__file__)
-48 Bytes
Binary file not shown.

setup.py

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

33
setup(
44
name='shuffle-heimdall',
5-
version='0.2.1',
5+
version='0.2.2',
66
description='An open-source language for email filtering rules.',
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)