From 90e46a4f307e281bf0e050d510fa367fd2826a2f Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Tue, 14 Jan 2025 09:27:08 +0100 Subject: [PATCH] actually increase version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f44180..d04ce02 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="consulate", - version="1.1.0a2.dev0", + version="1.1.1dev0", description="A Client library and command line application for the Consul", url="https://consulate.readthedocs.org", install_requires=["requests>=2.0.0,<3.0.0"],