Skip to content

Commit edcb894

Browse files
Bump to 0.6.0
1 parent 4dd4f9c commit edcb894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Formula/proserver-init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ProserverInit < Formula
66

77
head "https://github.com/punktDe/proserver-init", :using => :git, :branch => "main"
88

9-
url "https://github.com/punktDe/proserver-init", :using => :git, :tag => "0.5.3"
9+
url "https://github.com/punktDe/proserver-init", :using => :git, :tag => "0.6.0"
1010

1111
depends_on "[email protected]"
1212
depends_on "uv"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "proserver_init"
77
description = "A command-line utility that facilitates setting up a new punkt.de Proserver project"
8-
version = "0.5.3"
8+
version = "0.6.0"
99
dependencies = [
1010
"ruamel.yaml>=0.18.6",
1111
"build>=1.2.2",

0 commit comments

Comments
 (0)