Skip to content

Commit 05caac5

Browse files
authored
Merge pull request #1 from MAK-Relic-Tool/mypy-fix
Enabled mypy support when installed as a dependency.
2 parents 6090fb8 + 78c0377 commit 05caac5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
global-include py.typed

src/relic/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Core files shared between other Relic-Tool packages.
33
"""
4-
__version__ = "1.0.2"
4+
__version__ = "1.0.3"
File renamed without changes.

0 commit comments

Comments
 (0)