Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 18, 2021
1 parent 2a12d7a commit 3eada44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -79,7 +79,6 @@ def load_requirements(path_dir=PATH_ROOT, comment_char="#"):
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Image Recognition",
"Topic :: Scientific/Engineering :: Deep Learning",
# Pick your license as you wish
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand All @@ -88,5 +87,6 @@ def load_requirements(path_dir=PATH_ROOT, comment_char="#"):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)
2 changes: 1 addition & 1 deletion torchgan/__init__.py
@@ -1,5 +1,5 @@
from torchgan import layers, logging, losses, metrics, models, trainer

__version__ = "v0.0.4"
__version__ = "v0.1.0"

name = "torchgan"

0 comments on commit 3eada44

Please sign in to comment.