We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bb13a commit 10d3650Copy full SHA for 10d3650
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "web-genie-ai"
3
-version = "1.3.0"
+version = "1.3.1"
4
description = "The first bittensor subnet for web generation"
5
readme = "README.md"
6
requires-python = ">=3.12.4"
webgenie/constants.py
@@ -3,7 +3,7 @@
import psutil
# Change this value when updating your code base.
# Define the version of the webgenie.
-__VERSION__ = "1.3.0" # version
+__VERSION__ = "1.3.1" # version
7
8
SPEC_VERSION = (
9
(1000 * int(__VERSION__.split(".")[0]))
0 commit comments