24 lines
548 B
Diff
24 lines
548 B
Diff
|
|
From 808e6eea0818aabca60c8093c914f711686830bc Mon Sep 17 00:00:00 2001
|
||
|
|
From: liqiuyu123 <liqiuyu@kylinos.cn>
|
||
|
|
Date: Wed, 9 Nov 2022 17:38:08 +0800
|
||
|
|
Subject: [PATCH] add version to setup.cfg
|
||
|
|
|
||
|
|
---
|
||
|
|
setup.cfg | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/setup.cfg b/setup.cfg
|
||
|
|
index 54cbbc6..bed650f 100644
|
||
|
|
--- a/setup.cfg
|
||
|
|
+++ b/setup.cfg
|
||
|
|
@@ -1,5 +1,6 @@
|
||
|
|
[metadata]
|
||
|
|
name = humanize
|
||
|
|
+version = 4.4.0
|
||
|
|
description = Python humanize utilities
|
||
|
|
long_description = file: README.md
|
||
|
|
long_description_content_type = text/markdown
|
||
|
|
--
|
||
|
|
2.37.1.windows.1
|
||
|
|
|