Skip to content

Commit

Permalink
alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalstapinski committed Dec 22, 2023
1 parent 1405b67 commit 42fb910
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Set up Python
- uses: actions/setup-python@v2
with:
python-version: '3.10.12'
python-version: '3.12.0'

# Install poetry
- uses: abatilo/actions-poetry@v2.3.0
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:

# Install poetry
- uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: "1.7.1"

# Install deps
- run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion p3orm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0b1"
__version__ = "1.0.0-alpha.1"
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 = "p3orm"
version = "1.0b1"
version = "1.0.0-alpha.1"
description = "Utilitarian Python ORM for Postgres/SQLite, backed by asyncpg/aiosqlite, Pydantic, and PyPika"
authors = ["Rafal Stapinski <stapinskirafal@gmail.com>"]
keywords = ["postgres", "sqlite", "async", "orm"]
Expand Down

0 comments on commit 42fb910

Please sign in to comment.