diff --git a/CHANGELOG.md b/CHANGELOG.md index b646071..7531d29 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). -## Unreleased +## v0.1.0 ### New diff --git a/pyproject.toml b/pyproject.toml index 5eb9675..0ad8556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask" -version = "0.1.0-alpha.5" +version = "0.1.0" description = "A Durable Task Client SDK for Python" keywords = [ "durable",