xenfra 0.1.3__tar.gz → 0.1.4__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.3
2
2
  Name: xenfra
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A 'Zen Mode' infrastructure engine for Python developers.
5
5
  Author: xenfra-cloud
6
6
  Author-email: xenfra-cloud <xenfracloud@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "xenfra"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "A 'Zen Mode' infrastructure engine for Python developers."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -64,7 +64,7 @@ def generate_deployment_assets(context):
64
64
  install_cmd = "RUN pip install ."
65
65
 
66
66
  dockerfile_content = f"""# Generated by Xenfra
67
- FROM python:3.11-slim
67
+ FROM python:3.13-slim
68
68
 
69
69
  WORKDIR /app
70
70
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes