From 13e1625d78b2312905ed7e57af5f2aa95a736d40 Mon Sep 17 00:00:00 2001 From: Bruno Reis <85531625+brunocbreis@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:16:10 -0300 Subject: [PATCH] update to v.0.1.1 --- CHANGELOG.md | 4 ++++ setup.cfg | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac2c90..70fe9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## v0.1.1 – 2023-02-21 + +Some bug fixes and minor changes and improvements. + ### Added - auto name tool diff --git a/setup.cfg b/setup.cfg index 8cdbb74..696548d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pysion -version = 0.1.0 +version = 0.1.1 author = Bruno Reis description = Package for creating code that is readable by DaVinci Resolve Fusion. url = https://github.com/brunocbreis/pysion @@ -13,9 +13,9 @@ packages = find: python_requires = >=3.10 [options.extras_require] -copy = +copy = pyperclip==1.8.2 -testing = +testing = pytest >=7.0 pytest-cov >=4 flake8 >=6.0.0