Skip to content

Commit

Permalink
updated to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBruegger committed Jan 23, 2020
1 parent a6c3bb3 commit b9b7291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Tested with Python 3.6 and PyTorch 1.1.0. Should work with any version of Python

## Changelog

#### Version 0.2.2
#### Version 0.2.3
- Added option to use the same random seed for the forward and backwar pass ([Pull request](https://github.com/RobinBruegger/RevTorch/pull/4))

#### Version 0.2.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setup(
name = 'revtorch',
packages = ['revtorch'],
version = '0.2.2',
version = '0.2.3',
license='bsd-3-clause',
description = 'Framework for creating (partially) reversible neural networks with PyTorch',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Robin Brügger',
author_email = 'brueggerrobin+revtorch@gmail.com',
url = 'https://github.com/RobinBruegger/RevTorch',
download_url = 'https://github.com/RobinBruegger/RevTorch/archive/v0.2.2.tar.gz',
download_url = 'https://github.com/RobinBruegger/RevTorch/archive/v0.2.3.tar.gz',
keywords = ['reversbile neural network'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit b9b7291

Please sign in to comment.