Skip to content

Commit d02190c

Browse files
authored
Fix version tag in pyproject.toml (#88)
* update version number * update codeowners
1 parent 92e65f4 commit d02190c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
* @twalen
2-
* @wolf480pl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"requests",
3030
"six",
3131
]
32-
version = "2.2.0"
32+
version = "2.3.1"
3333

3434
[project.urls]
3535
"homepage" = "https://github.com/sio2project/filetracker"

0 commit comments

Comments
 (0)