Skip to content

Commit d072a31

Browse files
committed
bump version from 0.6 to 0.7
1 parent 73c499a commit d072a31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.xproject_python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "xcommand"
22
home = "https://github.com/bondbox/xcommand/"
33
description = "Command line module"
44
keywords = [ "argcomplete", "argparse", "bash", "command-line", "shell", "terminal",]
5-
version = "0.6"
5+
version = "0.7"
66

77
[authors.zoumingzhe]
88
name = "Mingzhe Zou"

xkits_command/attribute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
__project_desc__ = "Command line module"
77

88
# package info
9-
__version__ = "0.6"
9+
__version__ = "0.7"
1010
__package_name__ = "xkits-command"
1111
__package_desc__ = "Command line module"

0 commit comments

Comments
 (0)