Skip to content

Commit

Permalink
Bump version to 1.2.14 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
guarin authored May 3, 2022
1 parent 90c4eea commit 783b60d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lightly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# All Rights Reserved

__name__ = 'lightly'
__version__ = '1.2.13'
__version__ = '1.2.14'

import os

Expand Down Expand Up @@ -125,6 +125,3 @@ def _is_prefetch_generator_available():
do_version_check(current_version=__version__)
except Exception as e:
pass



0 comments on commit 783b60d

Please sign in to comment.