Skip to content

Commit 6e5fe2a

Browse files
committed
corrected version number
1 parent 607bb6b commit 6e5fe2a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

philote_mdo/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@
2727
# the linked websites, of the information, products, or services contained
2828
# therein. The DoD does not exercise any editorial, security, or other
2929
# control over the information you may find at these locations.
30-
__version__ = "0.4.0"
31-
32-
__all__ = ["__version__"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "philote-mdo"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Python bindings that implement the Philote-MDO standard."
55
license = "Apache-2.0"
66
authors = ["Christopher Lupp"]

0 commit comments

Comments
 (0)