Skip to content

Commit

Permalink
Add more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Nov 21, 2020
1 parent a0320bf commit f066f6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enumatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.1.4" # Also update pyproject.toml

from typing import Dict, TypeVar, Union, Any, Iterator
from enum import Enum
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[tool.poetry]
name = "enumatch"
version = "0.1.3"
version = "0.1.4" # Also update __init__.py
description = "Strictly match all the possibilities of an enum"
license = "MIT"
keywords = ["enum", "match", "functional"]
homepage = "https://github.com/sayanarijit/enumatch"
authors = ["Arijit Basu <sayanarijit@gmail.com>"]
readme = "README.md"

Expand Down

0 comments on commit f066f6c

Please sign in to comment.