We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506c8cf commit 7d2f343Copy full SHA for 7d2f343
2 files changed
__init__.py
@@ -12,8 +12,8 @@
12
pipulate
13
"""
14
15
-__version__ = "1.5"
16
-__version_description__ = "Big Steps Forward"
+__version__ = "1.6"
+__version_description__ = "Simplified Installer"
17
__email__ = "pipulate@gmail.com"
18
__description__ = "Local First AI SEO Software"
19
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "pipulate"
7
# VERSION NOTE: Synced from pipulate/__init__.py.__version__ via python version_sync.py
8
-version = "1.5"
+version = "1.6"
9
authors = [
10
{ name="Mike Levin", email="pipulate@gmail.com" },
11
]
0 commit comments