From 44499a996e6198c1765f9a5d9cfe36768114889f Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 11 Nov 2023 12:38:10 -0800 Subject: [PATCH] Remove dead version function --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index c75618d..a3e9ec5 100644 --- a/setup.py +++ b/setup.py @@ -47,10 +47,6 @@ def long_description(): return buf.getvalue() -def version(): - return octodns.__VERSION__ - - tests_require = ('pytest>=6.2.5', 'pytest-cov>=3.0.0', 'pytest-network>=0.0.1') setup(