Skip to content

Commit

Permalink
Merge pull request #64 from mrc-ide/release
Browse files Browse the repository at this point in the history
Release version 0.2.0.
  • Loading branch information
plietar authored Jan 13, 2025
2 parents 4f09967 + b9d0e57 commit a53d1a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,14 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "tblib"
ignore_missing_imports = true

[[tool.mypy.overrides]]
# https://github.com/getsentry/responses/issues/751
module = "responses"
ignore_missing_imports = true

[[tool.mypy.overrides]]
# https://github.com/getsentry/responses/issues/751
module = "responses.registries"
ignore_missing_imports = true

2 changes: 1 addition & 1 deletion src/pyorderly/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2023-present Rich FitzJohn <r.fitzjohn@imperial.ac.uk>
#
# SPDX-License-Identifier: MIT
__version__ = "0.1.0"
__version__ = "0.2.0"
__name__ = "pyorderly"
2 changes: 1 addition & 1 deletion src/pyorderly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
)

__all__ = [
"Parameters",
"artefact",
"dependency",
"description",
"parameters",
"resource",
"shared_resource",
"Parameters",
]

0 comments on commit a53d1a6

Please sign in to comment.