Skip to content

Commit 5d03a2a

Browse files
committed
- Updated metadata.
issue #?
1 parent a193af1 commit 5d03a2a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@
5151
## 0.2.2 (2022-03-18)
5252

5353
* Fixed bugs.
54+
55+
## 0.3.0 (2022-04-01)
56+
57+
* Updated to Minos version `0.6`

minos/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Minos Framework Devs"
22
__email__ = "[email protected]"
3-
__version__ = "0.2.2"
3+
__version__ = "0.3.0"
44

55
import sys
66

minos/cli/templating/fetchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
)
2222

2323
TEMPLATE_URL: Final[str] = "https://github.com/minos-framework/minos-templates/releases/download"
24-
TEMPLATE_VERSION: Final[str] = "v0.1.3"
24+
TEMPLATE_VERSION: Final[str] = "v0.2.0.dev0"
2525

2626

2727
class TemplateFetcher:

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 = "minos-cli"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
description = "Command Line Interface for the Minos framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-cli"

0 commit comments

Comments
 (0)