From b97159f9850d7c5a6618dc5123e075b0d98bbc44 Mon Sep 17 00:00:00 2001 From: Philip Darke <43066442+philipdarke@users.noreply.github.com> Date: Mon, 1 Aug 2022 17:35:03 +0100 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5fbef..ce4ec6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2022-08-01 ### Added diff --git a/pyproject.toml b/pyproject.toml index 137522e..de86ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchtime" -version = "0.4.2" +version = "0.5.0" description = "Benchmark time series data sets for PyTorch" authors = ["Philip Darke "] license = "MIT"