Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit f4767da

Browse files
committed
Bump version to prepare for release
1 parent 3219628 commit f4767da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="subgit",
8-
version="0.6.1",
8+
version="0.6.2",
99
description="CLI tool ",
1010
long_description=readme,
1111
long_description_content_type="text/markdown",

subgit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99

1010
__author__ = "Johan Andersson <johan@dynamist.se>"
11-
__version_info__ = (0, 6, 1)
11+
__version_info__ = (0, 6, 2)
1212
__version__ = ".".join(map(str, __version_info__))
1313

1414

0 commit comments

Comments
 (0)