···11+// Copyright (c) 2022 Joseph Hale
22+//
33+// This Source Code Form is subject to the terms of the Mozilla Public
44+// License, v. 2.0. If a copy of the MPL was not distributed with this
55+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
66+77+// This file enables PEP561 compliant type checkers like
88+// [mypy](https://mypy.readthedocs.io/en/stable/index.html)
99+// to consider the functions in this module as
1010+// **statically typed**.
+1-1
pyproject.toml
···11[tool.poetry]
22name = "multicounter"
33-version = "0.1.2"
33+version = "0.1.3"
44description = "A simple, elegant counter with support for counting multiple things at once."
55authors = ["Joseph Hale <me@jhale.dev>"]
66license = "MPL-2.0"