Skip to content

Commit

Permalink
Update version, Read the Docs config, and build dependency version lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Oct 26, 2023
1 parent bef38bd commit ea62b33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ formats:
- pdf

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "barriers"
version = "1.1.0"
version = "1.2.0"
description = """\
Python decorators for including/excluding type checks, \
value/bounds checks, and other code blocks within the \
Expand Down Expand Up @@ -41,7 +41,7 @@ publish = [

[build-system]
requires = [
"setuptools~=67.6"
"setuptools>=67.6"
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion src/barriers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Gives users direct access to decorators/functions."""
"""Allow users to access decorator/function directly."""
from barriers.barriers import barriers

0 comments on commit ea62b33

Please sign in to comment.