From 7d89c30ec635cd5db0dfb3ba7bc316ea5a948c96 Mon Sep 17 00:00:00 2001 From: Jerry Date: Wed, 14 Sep 2022 10:20:11 -0700 Subject: [PATCH] Bump version to v0.6.2 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c099bd4..df4cf134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.2] - 2022-09-03 + +Fix dependencies. + ## [0.6.1] - 2022-09-03 ### Added diff --git a/pyproject.toml b/pyproject.toml index 76727e6a..4dfbe28a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycardano" -version = "0.6.1" +version = "0.6.2" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",