Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Aug 21, 2023
1 parent a57aea0 commit 97e2ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Development version

# Version 0.3.2 - 2023-08-21

* Fix type hints.
* Mark package as typed.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setuptools.setup(
name='license_tools',
description='Collection of tools for working with Open Source licenses',
version='0.3.1',
version='0.3.2',
license='Apache-2.0',
long_description=Path(ROOT_DIRECTORY / 'README.md').read_text(encoding='UTF-8'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 97e2ad6

Please sign in to comment.