Skip to content

Commit

Permalink
chore: update release information
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Sep 9, 2023
1 parent 194a7ae commit 68f4844
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-09-09

### Added
- `MatrixUtils` helper class with `generate_matrices_list()` method
- Docstrings for `ErrorDiffusers` and `OrderedDitherers` dataclass fields
Expand Down
2 changes: 1 addition & 1 deletion dither_go/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2023, tfuxu <https://github.com/tfuxu>
# SPDX-License-Identifier: GPL-3.0-or-later

__version__ = "0.2.1"
__version__ = "0.3.0"

from .wrapper import *
from .matrices import *
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 = "dither-go"
version = "0.2.1"
version = "0.3.0"
authors = [{name = "tfuxu"}]
description = "A fast and the most correct image dithering library"
keywords = ["golang", "bindings", "dithering", "processing"]
Expand Down

0 comments on commit 68f4844

Please sign in to comment.