Skip to content

Commit

Permalink
🚀 RELEASE: v0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 21, 2021
1 parent b055c5a commit 848028b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.18.3 - 2021-01-21
## v0.18.4 - 2021-01-21

Minor update, to add `py.typed` file to distribution, in accordance with [PEP-561](https://www.python.org/dev/peps/pep-0561/) [[#195]](https://github.com/aiidateam/plumpy/pull/195)

Expand Down
2 changes: 1 addition & 1 deletion plumpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version__: str = '0.18.3'
__version__: str = '0.18.4'

__all__ = ['__version__']
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
'tests': ['pytest~=5.4', 'shortuuid', 'pytest-asyncio', 'pytest-cov', 'pytest-notebook']
},
packages=['plumpy', 'plumpy/base'],
include_package_data=True,
test_suite='test'
)

0 comments on commit 848028b

Please sign in to comment.