Skip to content

Commit

Permalink
Merge branch 'release/2.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Sep 16, 2023
2 parents 219cb5b + 365c5f6 commit 36229d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion portalocker/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__package_name__ = 'portalocker'
__author__ = 'Rick van Hattem'
__email__ = 'wolph@wol.ph'
__version__ = '2.8.1'
__version__ = '2.8.2'
__description__ = '''Wraps the portalocker recipe for easy usage'''
__url__ = 'https://github.com/WoLpH/portalocker'
2 changes: 1 addition & 1 deletion portalocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#: Current author's email address
__email__ = __about__.__email__
#: Version number
__version__ = '2.8.1'
__version__ = '2.8.2'
#: Package description for Pypi
__description__ = __about__.__description__
#: Package homepage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ include-package-data = false
version = { attr = 'portalocker.__about__.__version__' }

[tool.setuptools.packages.find]
exclude = ['docs','portalocker_tests']
include = ['portalocker']

[tool.setuptools.package-data]
portalocker = ['py.typed', 'msvcrt.pyi']
Expand Down

0 comments on commit 36229d2

Please sign in to comment.