We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86e995f + 30c5860 commit ea83007Copy full SHA for ea83007
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "codius"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "A coding assistant for domain-driven design projects in ASP.NET Core."
5
authors = [
6
{name = "David Runemalm", email = "david.runemalm@gmail.com"}
src/codius/version.py
@@ -1 +1 @@
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments