Skip to content

Commit

Permalink
Update for version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoDespres committed Oct 27, 2019
1 parent cd5a555 commit 2eccfaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file.


## Unreleased
## [0.4.3](https://github.com/RomeoDespres/reapy/releases/tag/0.4.3) - 2019-10-27

### Added

- Stubs to use `reapy` with `mypy`.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def find_stubs(package: str) -> Dict[str, List[str]]:


setup(name="python-reapy",
version="0.4.2",
version="0.4.3",
description="A pythonic wrapper for REAPER's ReaScript Python API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2eccfaa

Please sign in to comment.