xkits-command 0.4__tar.gz → 0.4.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xkits-command
3
- Version: 0.4
3
+ Version: 0.4.2
4
4
  Summary: Command line module
5
5
  Home-page: https://github.com/bondbox/xcommand/
6
6
  Author: Mingzhe Zou
@@ -79,7 +79,7 @@ disable=
79
79
  def init_makefile(self):
80
80
  self.write("Makefile", f'''MAKEFLAGS += --always-make
81
81
 
82
- VERSION := $(shell python3 -c "from {self.module}.attribute import __version__; print(__version__)")
82
+ VERSION := $(shell python3 setup.py --version)
83
83
 
84
84
  all: build reinstall test
85
85
 
@@ -1,7 +1,7 @@
1
1
  # coding:utf-8
2
2
 
3
3
  __project__ = "xkits-command"
4
- __version__ = "0.4"
4
+ __version__ = "0.4.2"
5
5
  __urlhome__ = "https://github.com/bondbox/xcommand/"
6
6
  __description__ = "Command line module"
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xkits-command
3
- Version: 0.4
3
+ Version: 0.4.2
4
4
  Summary: Command line module
5
5
  Home-page: https://github.com/bondbox/xcommand/
6
6
  Author: Mingzhe Zou
File without changes
File without changes
File without changes
File without changes