diff --git a/README.md b/README.md index 39f835b..5e81021 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Toggl Tally -[![Supported Python Versions](https://img.shields.io/pypi/pyversions/toggl-tally/0.1.1)](https://pypi.org/project/toggl-tally/) [![PyPI version](https://badge.fury.io/py/toggl-tally.svg)](https://badge.fury.io/py/toggl-tally) +[![Supported Python Versions](https://img.shields.io/pypi/pyversions/toggl-tally/0.1.2)](https://pypi.org/project/toggl-tally/) [![PyPI version](https://badge.fury.io/py/toggl-tally.svg)](https://badge.fury.io/py/toggl-tally) [![Tests](https://github.com/twolffpiggott/toggl-tally/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/twolffpiggott/toggl-tally/actions/workflows/test.yml) diff --git a/pyproject.toml b/pyproject.toml index b45fee4..3193418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "toggl-tally" -version = "0.1.1" +version = "0.1.2" description = "A rich CLI to track hours worked towards monthly targets with toggl" readme = "README.md" authors = [{ name = "Tim Wolff-Piggott", email = "twolffpiggott@gmail.com" }] diff --git a/toggl_tally/__init__.py b/toggl_tally/__init__.py index 46e4c53..206b96b 100644 --- a/toggl_tally/__init__.py +++ b/toggl_tally/__init__.py @@ -3,4 +3,4 @@ from toggl_tally.report import RichReport from toggl_tally.tally import TogglTally -__version__ = "0.1.1" +__version__ = "0.1.2"