Skip to content

Commit 5e347ad

Browse files
committed
updated remove function
1 parent 679cb42 commit 5e347ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "Utils for strings in python"
1111
readme = "README.md"
12-
requires-python = ">=3.7"
12+
requires-python = ">=3.10"
1313
keywords=['python', 'string', 'strings', 'utils', 'string utils', 'random', 'random strings', 'formatting', 'formatter']
1414
license = {text = "MIT"}
1515
classifiers = [

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pathlib import Path
55

66

7-
VERSION = '0.1.0'
7+
VERSION = '0.1.1'
88
DESCRIPTION = 'Utils for strings in python'
99
this_directory = Path(__file__).parent
1010
LONG_DESCRIPTION = (this_directory / "README.md").read_text()

string_py/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "string_py"
2-
__version__ = "0.1.0"
2+
__version__ = "0.1.1"
33
__license__ = "MIT"
44
__author__ = "BabyEntchen"
55
__copyright__ = "Copyright 2023 BabyEntchen"

0 commit comments

Comments
 (0)