Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kwotsin committed Aug 10, 2020
1 parent a389639 commit dc1f210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '0.1.13'
__version__ = '0.1.14'
url = 'https://github.com/kwotsin/mimicry'

install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion torch_mimicry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from torch_mimicry import nets, training, metrics, datasets, modules

__version__ = "0.1.13"
__version__ = "0.1.14"

0 comments on commit dc1f210

Please sign in to comment.