Skip to content

Commit d13f0a8

Browse files
committed
2025.01.07 RElease
1 parent 424a014 commit d13f0a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
22

3-
## [0.0.9] - 2025-01-07 Pre-release
3+
## [Release 2025.01.07]
44

5-
### Lets use argparse for command line arguments
5+
Release Patch

auto_website_visitor/__init__.py

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

33
"""Auto Website Visitor - Automated website visiting with advanced features."""
44

5-
__version__ = "0.0.10"
5+
__version__ = "2025.01.07"
66
__author__ = "nayandas69"
77
__email__ = "nayanchandradas@hotmail.com"
88

auto_website_visitor/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class AutoUpdater:
1515
"""Handles automatic updates for the package."""
1616

17-
def __init__(self, logger: VisitorLogger, current_version: str = "0.0.10"):
17+
def __init__(self, logger: VisitorLogger, current_version: str = "2025.01.07"):
1818
"""Initialize auto updater.
1919
2020
Args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "auto-website-visitor"
7-
version = "0.0.10"
7+
version = "2025.01.07"
88
description = "Automated website visitor with scheduling and advanced browser automation"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)