Skip to content

Commit fa9fe7a

Browse files
committed
update version
1 parent af45657 commit fa9fe7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Module for package and distribution."""
22
import setuptools
33

4-
setuptools.setup(version="0.2.1")
4+
setuptools.setup(version="0.2.2")

variant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from os import environ
77
from gene.query import QueryHandler as GeneQueryHandler
88

9-
__version__ = "0.2.1"
9+
__version__ = "0.2.2"
1010

1111
APP_ROOT = Path(__file__).resolve().parents[0]
1212

0 commit comments

Comments
 (0)