Skip to content

Commit d0aaa76

Browse files
authored
Merge pull request #17 from chrishavlin/prep_v0pt1pt1
v0.1.1 release prep
2 parents 6fce646 + bb058d0 commit d0aaa76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yt_aspect"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name="Chris Havlin", email="[email protected]" },
1010
]

yt_aspect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .fields import ASPECTFieldInfo, PVTUFieldInfo # noqa: F401
1010
from .io import IOHandlerASPECT, IOHandlerPVTU # noqa: F401
1111

12-
__version__ = "0.1.0"
12+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)