Browse Source

added make target for displaying the current version

Dimitri Korsch 7 năm trước cách đây
mục cha
commit
caee5ce167
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -6,3 +6,6 @@ build:
 
 deploy:
 	python setup.py sdist upload -r pypi
+
+get_version:
+	@python -c "import nabirds; print('v{}'.format(nabirds.__version__))"