Skip to content

Commit 6a286bf

Browse files
authored
Bump version: 0.2.2 → 0.2.3 (#145)
1 parent 0a5a637 commit 6a286bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 0.2.3
33
commit = True
44
tag = True
55

deps/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _requires_from_file(filename):
1313
setup(
1414
name="deps",
1515
packages=find_namespace_packages(include=["*"]),
16-
version="0.2.2",
16+
version="0.2.3",
1717
license="MIT",
1818
description=("A terminal UI dashboard to view python dependencies across Github repositories."),
1919
author="Kyle Harrison",

0 commit comments

Comments
 (0)