Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dohlee committed Feb 16, 2023
1 parent 1a01a3d commit 388c3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = 'abyssal-pytorch',
packages = find_packages(exclude=[]),
include_package_data = True,
version = '0.0.1',
version = '0.0.2',
license='MIT',
description = 'Abyssal - Pytorch',
author = 'Dohoon Lee',
Expand All @@ -27,4 +27,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.9',
],
)
)

0 comments on commit 388c3ba

Please sign in to comment.