Skip to content

Commit 5c985c6

Browse files
committed
Prepare release v0.4.0
1 parent 94f5a0c commit 5c985c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Pasteboard
22

3-
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) [![Build](https://github.com/tobywf/pasteboard/workflows/Build/badge.svg?branch=master&event=push)](https://github.com/tobywf/pasteboard/actions)
3+
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) [![CI](https://github.com/tobywf/pasteboard/actions/workflows/check.yaml/badge.svg)](https://github.com/tobywf/pasteboard/actions)
44

55
[Pasteboard](https://pypi.org/project/pasteboard/) exposes Python bindings for reading and writing macOS' AppKit [NSPasteboard](https://developer.apple.com/documentation/appkit/nspasteboard). This allows retrieving different formats (HTML/RTF fragments, PDF/PNG/TIFF) and efficient polling of the pasteboard.
66

77
Now with type hints!
88

99
## Installation
1010

11-
Obviously, this module will only compile on **macOS**:
11+
Python 3.8+ is required. Obviously, this module will only compile on **macOS**:
1212

1313
```bash
1414
pip install pasteboard

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pasteboard"
7-
version = "0.3.3"
7+
version = "0.4.0"
88
description = "Pasteboard - Python interface for reading from NSPasteboard (macOS clipboard)"
99
authors = [
1010
{name = "Toby Fleming", email = "[email protected]"}

0 commit comments

Comments
 (0)