Skip to content

Commit

Permalink
0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
belskikh committed Dec 7, 2019
1 parent 17ccbd9 commit a1cd719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ If you find this library useful for your research, please consider citing:
@misc{aleksandr belskikh_2019,
author = {Aleksandr Belskikh},
title = {{kekas: Just another DL library}},
month = oct,
month = dec,
year = 2019,
doi = {10.5281/zenodo.2577861},
version = {0.1.20},
version = {0.1.22},
publisher = {Zenodo},
url = {https://doi.org/10.5281/zenodo.2577861},
}
Expand Down
2 changes: 1 addition & 1 deletion kekas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .keker import Keker
from .transformations import Transformer, normalize, to_torch

__version__ = "0.1.21"
__version__ = "0.1.22"

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

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

0 comments on commit a1cd719

Please sign in to comment.