Skip to content

Commit 7d2f343

Browse files
committed
fix: Update version and description in __init__.py
Update the __version__ and __version_description__ attributes in the __init__.py file to "1.6" and "Simplified Installer" respectively.
1 parent 506c8cf commit 7d2f343

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
pipulate
1313
"""
1414

15-
__version__ = "1.5"
16-
__version_description__ = "Big Steps Forward"
15+
__version__ = "1.6"
16+
__version_description__ = "Simplified Installer"
1717
__email__ = "pipulate@gmail.com"
1818
__description__ = "Local First AI SEO Software"
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pipulate"
77
# VERSION NOTE: Synced from pipulate/__init__.py.__version__ via python version_sync.py
8-
version = "1.5"
8+
version = "1.6"
99
authors = [
1010
{ name="Mike Levin", email="pipulate@gmail.com" },
1111
]

0 commit comments

Comments
 (0)