Skip to content

Commit

Permalink
Prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobywf committed Jan 15, 2024
1 parent 94f5a0c commit 5c985c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Pasteboard

[![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)
[![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)

[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.

Now with type hints!

## Installation

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

```bash
pip install pasteboard
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pasteboard"
version = "0.3.3"
version = "0.4.0"
description = "Pasteboard - Python interface for reading from NSPasteboard (macOS clipboard)"
authors = [
{name = "Toby Fleming", email = "[email protected]"}
Expand Down

0 comments on commit 5c985c6

Please sign in to comment.