Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twolffpiggott committed Jun 25, 2023
1 parent 1534031 commit 3c1d096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down
2 changes: 1 addition & 1 deletion toggl_tally/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from toggl_tally.report import RichReport
from toggl_tally.tally import TogglTally

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 3c1d096

Please sign in to comment.