diff --git a/MANIFEST.in b/MANIFEST.in index cfb41b7..9f1c136 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ recursive-include adata/common/js *.js -recursive-include adata/stock/cache/* *.csv \ No newline at end of file +recursive-include adata/stock/cache/* *.csv +recursive-include adata/stock/cache *.csv \ No newline at end of file diff --git a/adata/__version__.py b/adata/__version__.py index 94b42c9..16d5479 100644 --- a/adata/__version__.py +++ b/adata/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (1, 1, 0) +VERSION = (1, 1, 1) PRERELEASE = None # alpha, beta or rc REVISION = None