Skip to content

Commit

Permalink
updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik1511 committed Jul 9, 2022
1 parent d1b596b commit e3983ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.1'
VERSION = '0.0.2'
DESCRIPTION = 'Simple & Efficient PyTorch Trainer'

# Setting up
Expand All @@ -12,7 +12,6 @@
description=DESCRIPTION,
long_description_content_type="text/markdown",
packages=find_packages(),
python_requires=">=3.9",
install_requires=["numpy", "pandas"],
keywords=['python', 'pytorch', 'training', 'logging'],
classifiers=[
Expand Down

0 comments on commit e3983ed

Please sign in to comment.