Skip to content

Commit d8d9d51

Browse files
committed
Update versions
1 parent 41ef3c8 commit d8d9d51

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ venv/
33
__pycache__
44
__pycache__/
55
.idea
6-
.idea/
6+
.idea/
7+
*.txt
8+
dist/

mtel_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1.dev2"
1+
__version__ = "0.0.1.dev3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "mtel_client"
77
license = "Apache-2.0"
8-
version = "0.0.1.dev2"
8+
version = "0.0.1.dev3"
99
authors = [
1010
{ name="Maksim Artemev", email="[email protected]" },
1111
]
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626

2727
dependencies = [
28-
"httpx>=0.13.0",
28+
"httpx",
2929
"pydantic[email]",
3030
]
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
author="Maksim Artemev",
1010
author_email="[email protected]",
1111
packages=["mtel_client"],
12-
install_requires=["httpx>=0.13.0", "pydantic[email]"],
12+
install_requires=["httpx", "pydantic[email]"],
1313
)

0 commit comments

Comments
 (0)