Skip to content

Commit

Permalink
Upload version 0.1.4 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Jul 23, 2018
1 parent edcaee7 commit b0fb3ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.1.4] - 2018-07-23
### Added
- Added a decorator API for metrics which allows decorators to be used for metric construction
- Added a default_for_key decorator which can be used to associate a string with a given metric in metric lists
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.1.3'
version = '0.1.4'
# The full version, including alpha/beta/rc tags.
release = '0.1.3'
release = '0.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[metadata]
long_description = file: README.md
long_description = file: README.md
long_description_content_type='text/markdown'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='torchbearer',
version='0.1.3',
version='0.1.4',
packages=['torchbearer', 'torchbearer.metrics', 'torchbearer.callbacks', 'tests', 'tests.metrics', 'tests.callbacks'],
url='https://github.com/ecs-vlc/torchbearer',
download_url='https://github.com/ecs-vlc/torchbearer/archive/0.1.3.tar.gz',
download_url='https://github.com/ecs-vlc/torchbearer/archive/0.1.4.tar.gz',
license='GPL-3.0',
author='Matt Painter',
author_email='mp2u16@ecs.soton.ac.uk',
Expand Down

0 comments on commit b0fb3ba

Please sign in to comment.