Skip to content

Commit

Permalink
bump version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoutsikakis committed Feb 9, 2020
1 parent 4354bcf commit 2d759f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'John Koutsikakis'

# The full version, including alpha/beta/rc tags
release = 'v1.0.4'
release = 'v1.1.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='pytorch-wrapper',
version='1.0.4',
version='1.1.0',
description='PyTorchWrapper is a library that provides a systematic and extensible way to build, train, evaluate, '
'and tune deep learning models using PyTorch. It also provides several ready to use modules and '
'functions for fast model development.',
Expand Down

0 comments on commit 2d759f0

Please sign in to comment.