We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5a637 commit 6a286bfCopy full SHA for 6a286bf
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.2
+current_version = 0.2.3
3
commit = True
4
tag = True
5
deps/version.py
@@ -1 +1 @@
-__version__ = "0.2.2"
+__version__ = "0.2.3"
setup.py
@@ -13,7 +13,7 @@ def _requires_from_file(filename):
13
setup(
14
name="deps",
15
packages=find_namespace_packages(include=["*"]),
16
- version="0.2.2",
+ version="0.2.3",
17
license="MIT",
18
description=("A terminal UI dashboard to view python dependencies across Github repositories."),
19
author="Kyle Harrison",
0 commit comments