فهرست منبع

new version v0.1.6

Dimitri Korsch 6 سال پیش
والد
کامیت
7a3f84eea9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Makefile
  2. 1 1
      nabirds/__init__.py

+ 1 - 1
Makefile

@@ -11,4 +11,4 @@ test_deploy:
 	python setup.py sdist upload -r pypitest
 
 get_version:
-	@python -c "import cvargparse; print('v{}'.format(cvargparse.__version__))"
+	@python -c "import nabirds; print('v{}'.format(nabirds.__version__))"

+ 1 - 1
nabirds/__init__.py

@@ -1,4 +1,4 @@
 from .dataset import Dataset
 from .annotations import NAB_Annotations, CUB_Annotations
 
-__version__ = "0.1.5"
+__version__ = "0.1.6"