Skip to content

Commit 98494f2

Browse files
committed
chore: bump version to 1.1.0.6
1 parent 4d50cf4 commit 98494f2

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![User Scanner Logo](https://github.com/user-attachments/assets/49ec8d24-665b-4115-8525-01a8d0ca2ef4)
44
<p align="center">
5-
<img src="https://img.shields.io/badge/Version-1.1.0.5-blueviolet?style=for-the-badge&logo=github" />
5+
<img src="https://img.shields.io/badge/Version-1.1.0.6-blueviolet?style=for-the-badge&logo=github" />
66
<img src="https://img.shields.io/github/issues/kaifcodec/user-scanner?style=for-the-badge&logo=github" />
77
<img src="https://img.shields.io/badge/Tested%20on-Termux-black?style=for-the-badge&logo=termux" />
88
<img src="https://img.shields.io/badge/Tested%20on-Windows-cyan?style=for-the-badge&logo=Windows" />

pyproject.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "user-scanner"
7-
version = "1.1.0.5"
7+
version = "1.1.0.6"
88
description = "Check username availability across multiple popular platforms"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -27,8 +27,24 @@ Homepage = "https://github.com/kaifcodec/user-scanner"
2727
[project.scripts]
2828
user-scanner = "user_scanner.__main__:main"
2929

30+
[tool.flit.module]
31+
name = "user_scanner"
32+
3033
[tool.flit.sdist]
31-
exclude = ["tests/", "docs/", ".github/", ".git", "rm_pycache.py", "che.py", ".gitignore", ".ruff_cache/"]
34+
exclude = [
35+
"tests/",
36+
"docs/",
37+
".github/",
38+
".git",
39+
".gitignore",
40+
".ruff_cache/",
41+
"**/.ruff_cache/**",
42+
"__pycache__/",
43+
"**/__pycache__/**",
44+
"*.pyc",
45+
"rm_pycache.py",
46+
"che.py"
47+
]
3248

3349
[tool.pytest.ini_options]
3450
pythonpath = "."

user_scanner/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"auto_update_status": true}
1+
{
2+
"auto_update_status": true
3+
}

user_scanner/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.1.0.5",
2+
"version": "1.1.0.6",
33
"version_type": "pypi"
44
}

0 commit comments

Comments
 (0)