Skip to content

Commit

Permalink
update to v.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocbreis committed Feb 21, 2023
1 parent fc03d7a commit 13e1625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v0.1.1 – 2023-02-21

Some bug fixes and minor changes and improvements.

### Added

- auto name tool
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 13e1625

Please sign in to comment.