Skip to content

Commit

Permalink
Minor version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Mar 8, 2024
1 parent 31a636e commit 9e694ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion primal_page/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.3"
__version__ = "1.4.0"
1 change: 0 additions & 1 deletion primal_page/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import json
from typing import Optional
from enum import Enum
import requests

from primal_page.build_index import create_index
from primal_page.schemas import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "primal-page"
version = "1.3.3"
version = "1.4.0"
description = ""
authors = ["ChrisKent <chrisgkent@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9e694ef

Please sign in to comment.