diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fe3356..0849ef5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Release notes ============= +Version 30.0.1 +----------------- + +- Upgrade skeleton +- Fix ctypes import +- Bump dependencies + + Version 30.0.0 ----------------- diff --git a/setup.cfg b/setup.cfg index 698590f..e38d83b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = typecode +version = 30.0.1 license = Apache-2.0 # description must be on ONE line https://github.com/pypa/setuptools/issues/1390