Skip to content

Commit 79e0410

Browse files
committed
version ++
1 parent faab038 commit 79e0410

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you find this library useful for your research, please consider citing:
4949
month = dec,
5050
year = 2019,
5151
doi = {10.5281/zenodo.2577861},
52-
version = {0.1.22},
52+
version = {0.1.23},
5353
publisher = {Zenodo},
5454
url = {https://doi.org/10.5281/zenodo.2577861},
5555
}

kekas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .keker import Keker
44
from .transformations import Transformer, normalize, to_torch
55

6-
__version__ = "0.1.22"
6+
__version__ = "0.1.23"
77

88
__all__ = [
99
"Keker",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="kekas",
8-
version="0.1.22",
8+
version="0.1.23",
99
author="Aleksandr Belskikh",
1010
author_email="belskikh.aleksandr@gmail.com",
1111
description="Just another DL library.",

0 commit comments

Comments
 (0)