diff --git a/CHANGELOG.md b/CHANGELOG.md index dce035c..80fcc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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). -## [23.0.0] - 2023-02-11 +## [23.0.0] - 2023-03-01 This is the initial release diff --git a/pyproject.toml b/pyproject.toml index b5e5eec..533eb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdm-plugin-torch" -version = "0.1.2" +version = "23.0.0" description = "A plugin to help installing torch versions" authors = [ {name = "Embark Studios", email = "python@embark-studios.com"},