Skip to content

Commit f4767da

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 <[email protected]>"
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)