Skip to content

Commit a09a24a

Browse files
committed
[PATCH] Updated development status
1 parent c312e7d commit a09a24a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ __init__.py:F401,F403,F405\
2626

2727
[tool.poetry]
2828
name = 'python_ms'
29-
version = '1.0.0'
29+
version = '1.0.1'
3030
description = "A Python equivalent to the JavaScript ms package."
3131

3232
authors = ["Lari Liuhamo <lari.liuhamo+pypi@gmail.com>",]
@@ -46,7 +46,7 @@ keywords = [
4646
'time',
4747
]
4848
classifiers = [
49-
'Development Status :: 4 - Beta',
49+
'Development Status :: 5 - Production/Stable',
5050
'Intended Audience :: Developers',
5151
'License :: OSI Approved :: MIT License',
5252
'Natural Language :: English',
@@ -62,7 +62,7 @@ classifiers = [
6262

6363

6464
[tool.poetry.dependencies]
65-
python = "^3.10"
65+
python = '^3.10'
6666

6767

6868
[tool.poetry.dev-dependencies]
@@ -78,7 +78,6 @@ tox-gh-actions = '^2.12.0'
7878

7979

8080
[tool.poetry.urls]
81-
"Source code" = 'https://github.com/Diapolo10/python-ms'
8281
"Tracker" = 'https://github.com/Diapolo10/python-ms/issues'
8382
"Changelog" = 'https://github.com/Diapolo10/python-ms/blob/main/CHANGELOG.md'
8483

0 commit comments

Comments
 (0)