We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd078c commit 56378c7Copy full SHA for 56378c7
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "netkiller-devops"
7
-version = "0.7.13"
+version = "0.7.14"
8
authors = [
9
{ name = "Neo", email = "netkiller@msn.com" },
10
]
setup.py
@@ -9,7 +9,7 @@
setup(
11
name="netkiller-devops",
12
- version="0.7.13",
+ version="0.7.14",
13
author="Neo Chen",
14
author_email="netkiller@msn.com",
15
description="DevOps of useful deployment and automation",
0 commit comments