Skip to content

Commit

Permalink
fix: sad mistake in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Nov 2, 2021
1 parent af853f5 commit 6f6e6eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## 0.1.2 (2021-11-02)

### Dev

* Fix pyproject links.

## 0.1.1 (2021-11-02)

* Update documentation
* Update documentation.

### Dev

* Move CI from TravisCI to Github Actions
* Switch to Poetry
* Move CI from TravisCI to Github Actions.
* Switch to Poetry.

## 0.1.0 (2019-08-06)

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "sutoppu"

version = "0.1.1"
version = "0.1.2"
description = "A simple python implementation of Specification pattern."
authors = ["u8slvn <u8slvn@gmail.com>"]

license = "MIT"
readme = "README.md"
repository = "https://github.com/u8slvn/markdownio"
homepage = "https://github.com/u8slvn/markdownio"
repository = "https://github.com/u8slvn/sutoppu"
homepage = "https://github.com/u8slvn/sutoppu"

classifiers = [
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion sutoppu.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import functools

__all__ = ["Specification"]
__version__ = "0.1.1"
__version__ = "0.1.2"


class _SpecificationMeta(ABCMeta):
Expand Down

0 comments on commit 6f6e6eb

Please sign in to comment.