Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3xp0rt committed Feb 16, 2025
1 parent 29a977c commit bc23f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion naminter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .naminter import Naminter

__version__ = "1.0.2"
__version__ = "1.0.3"
__all__ = ['Naminter']
2 changes: 1 addition & 1 deletion naminter/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .models import CheckStatus, TestResult, SelfTestResult
from .settings import SITES_LIST_REMOTE_URL

__version__ = "1.0.2"
__version__ = "1.0.3"
__author__ = "3xp0rt"
__description__ = "The most powerful and fast username availability checker that searches across hundreds of websites using WhatsMyName dataset."

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "naminter"
version = "1.0.2"
version = "1.0.3"
description = "The most powerful and fast username availability checker that searches across hundreds of websites using WhatsMyName dataset"
readme = "README.md"
authors = [
Expand Down

0 comments on commit bc23f4f

Please sign in to comment.