26 lines
721 B
Diff
26 lines
721 B
Diff
From 5f8b597649aff99688d8085b18f6b81617f202e4 Mon Sep 17 00:00:00 2001
|
|
From: li-miaomiao_zhr <mmlidc@isoftstone.com>
|
|
Date: Thu, 17 Aug 2023 18:55:15 +0800
|
|
Subject: [PATCH] fix version of package in setup.py
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 1b4f6e9..f9c77f0 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -15,7 +15,7 @@ with open("README.md", "r", encoding="utf-8") as readme:
|
|
|
|
setuptools.setup(
|
|
name="sphinxext-rediraffe",
|
|
- version=version,
|
|
+ version="0.2.7",
|
|
author="Vasista Vovveti",
|
|
author_email="vasistavovveti@gmail.com",
|
|
description="Sphinx Extension that redirects non-existent pages to working pages.",
|
|
--
|
|
2.39.1
|
|
|