Skip to content

Commit 1a156bf

Browse files
committed
version bump
1 parent ee8dc3f commit 1a156bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pthflops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .ops import count_ops
22

3-
__version__ = '0.1.1'
3+
__version__ = '0.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def find_version(*file_paths):
4949

5050
# Author details
5151
author="Adrian Bulat",
52-
author_email="adrian[email protected]",
52+
author_email="adrian@adrianbulat.com",
5353
url="https://github.com/1adrianb/pytorch-estimate-flops",
5454

5555
# Package info

0 commit comments

Comments
 (0)