Skip to content

Commit

Permalink
fix: release v0.3.3 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Nov 1, 2023
1 parent 1f4f627 commit 2aa245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
# PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged
name='pylintfileheader',
version='0.3.2',
version='0.3.3',
packages=find_packages(exclude=['*test']),
description='Enables pylint to force a consistent file header.',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 2aa245c

Please sign in to comment.