Skip to content

Commit

Permalink
version bump (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLandup0 committed Mar 3, 2023
1 parent 8d8f2fe commit efd47aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deepvision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from deepvision import evaluation
from deepvision import models

__version__ = "0.1.3"
__version__ = "0.1.5"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

setup(
name="deepvision-toolkit",
version="0.1.3",
description="PyTorch and TensorFlow/Keras image models with automatic weight conversions and equal API/implementations - Vision Transformer (ViT), ResNetV2, EfficientNetV2, (planned...) DeepLabV3+, ConvNeXtV2, YOLO, NeRF, etc.",
version="0.1.5",
description="PyTorch and TensorFlow/Keras image models with automatic weight conversions and equal API/implementations - Vision Transformer (ViT), ResNetV2, EfficientNetV2, NeRFs (planned...) DeepLabV3+, ConvNeXtV2, YOLO, etc.",
url="https://github.com/DavidLandup0/deepvision",
author="David Landup",
author_email="david.landup.0@gmail.com",
Expand Down

0 comments on commit efd47aa

Please sign in to comment.