Skip to content

Commit

Permalink
Merge pull request #139 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
yoshitomo-matsubara authored Nov 14, 2023
2 parents 572ffb1 + a6edac1 commit 30348f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sc2bench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import models, transforms, loss

__version__ = '0.0.3'
__version__ = '0.0.4'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description = 'SC2 Benchmark: Supervised Compression for Split Computing.'
setup(
name='sc2bench',
version='0.0.3',
version='0.0.4',
author='Yoshitomo Matsubara',
description=description,
long_description=long_description,
Expand All @@ -22,7 +22,7 @@
'scipy',
'cython',
'pycocotools>=2.0.2',
'torchdistill>=0.2.7',
'torchdistill<=0.3.3',
'compressai>=1.1.8,<=1.2.2',
'timm>=0.4.12'
],
Expand Down

0 comments on commit 30348f7

Please # to comment.