Skip to content

Commit 7b9e81b

Browse files
authored
Merge pull request #27 from bedrock-engineer/dev
Release 0.2.3
2 parents 883d733 + 5469e5b commit 7b9e81b

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "bedrock-ge"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Bedrock's Python library for geotechnical engineering."
55
authors = [
66
{name = "Bedrock", email = "[email protected]"}

src/bedrock_ge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Bedrock, the open source foundation for ground engineering."""
22

3-
__version__ = "0.2.2"
3+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)