Skip to content

Commit bcaa2ab

Browse files
authored
bump version (#57)
* use python3 in precommit config * use ubuntu-lts-latest and python latest in readthedocs * bump version to v1.1.0
1 parent 6ebf504 commit bcaa2ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
skip: [pytest]
33

44
default_language_version:
5-
python: python3.12
5+
python: python3
66

77
repos:
88
# general checks (see here: https://pre-commit.com/hooks.html)

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-lts-latest
1111
tools:
12-
python: "3.12"
12+
python: "latest"
1313

1414
python:
1515
install:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "paspybin"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Python Pastebin API Wrapper"
55
authors = ["Kira <[email protected]>"]
66
maintainers = ["Kira <[email protected]>", "vexra <[email protected]>"]

0 commit comments

Comments
 (0)