Skip to content

Commit ef0d391

Browse files
committed
chore(release): bump version to 0.3.0
1 parent 6382c77 commit ef0d391

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codius"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "A coding assistant for domain-driven design projects in ASP.NET Core."
55
authors = [
66
{name = "David Runemalm", email = "david.runemalm@gmail.com"}

src/codius/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)