Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
belskikh committed Dec 9, 2019
1 parent faab038 commit 79e0410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ If you find this library useful for your research, please consider citing:
month = dec,
year = 2019,
doi = {10.5281/zenodo.2577861},
version = {0.1.22},
version = {0.1.23},
publisher = {Zenodo},
url = {https://doi.org/10.5281/zenodo.2577861},
}
Expand Down
2 changes: 1 addition & 1 deletion kekas/__init__.py
Expand Up @@ -3,7 +3,7 @@
from .keker import Keker
from .transformations import Transformer, normalize, to_torch

__version__ = "0.1.22"
__version__ = "0.1.23"

__all__ = [
"Keker",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="kekas",
version="0.1.22",
version="0.1.23",
author="Aleksandr Belskikh",
author_email="belskikh.aleksandr@gmail.com",
description="Just another DL library.",
Expand Down

0 comments on commit 79e0410

Please sign in to comment.