diff --git a/CHANGELOG.md b/CHANGELOG.md index fff4a0e..30e2b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +## v0.4.0 (2022-02-01) +### Feature +* Remove long description ([`ffd8722`](https://github.com/josex2r/python_js/commit/ffd8722ddf621d49b842d0c7eb189ab9852b9500)) +* Gh workfllow ([`8b23201`](https://github.com/josex2r/python_js/commit/8b23201279832c6066713a45d9a1f820a3c91789)) + ## v0.3.0 (2022-02-01) ### Feature * Add changelog ([`e954b69`](https://github.com/josex2r/python_js/commit/e954b69d1dc6e91fa249b02073b7b2ae75212ce4)) diff --git a/setup.py b/setup.py index b039e6b..85047f7 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "0.3.0" +__version__ = "0.4.0" setuptools.setup( name="python_js",