diff --git a/querycontacts/_version.py b/querycontacts/_version.py index cd7ca49..a6221b3 100644 --- a/querycontacts/_version.py +++ b/querycontacts/_version.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..ed8a958 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[bdist_wheel] +universal = 1 + +[metadata] +license_file = LICENSE