svarog-forge 2.2.1__tar.gz → 2.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: svarog-forge
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: Forge. The smithy itself — AI-powered project forge from idea to deployment.
5
5
  Project-URL: Homepage, https://github.com/SvarogForge/forge
6
6
  Project-URL: Repository, https://github.com/SvarogForge/forge
@@ -2,5 +2,5 @@
2
2
 
3
3
  from forge.cli import main, status, log, run_security_audit, display_audit_results
4
4
 
5
- __version__ = "2.2.1"
5
+ __version__ = "2.2.2"
6
6
  __all__ = ["main", "status", "log", "run_security_audit", "display_audit_results"]
@@ -5,10 +5,8 @@ import subprocess
5
5
  import sys
6
6
  from datetime import datetime
7
7
 
8
- from forge import __version__
9
8
 
10
-
11
- VERSION = __version__
9
+ VERSION = "2.2.2"
12
10
 
13
11
 
14
12
  def log(phase: str, message: str, level: str = "INFO"):
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "svarog-forge"
7
- version = "2.2.1"
7
+ version = "2.2.2"
8
8
  description = "Forge. The smithy itself — AI-powered project forge from idea to deployment."
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes