Skip to content

Commit f4d6d0d

Browse files
committed
chore: release v0.1.2 [skip ci]
1 parent b97476f commit f4d6d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""git-diff -- Beautiful git viewer in your browser. Like GitHub, but local."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.2"
44
__author__ = "Ankit Chaubey"
55
__email__ = "ankitchaubey.dev@gmail.com"
66
__url__ = "https://github.com/ankit-chaubey/git-diff"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "git-diff"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "Beautiful git viewer in your browser — like GitHub, but local. Diffs, history, blame, compare branches/SHAs, contributors, and more."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)