diff --git a/datacompy/__init__.py b/datacompy/__init__.py index 0fe94cf6..254893e4 100644 --- a/datacompy/__init__.py +++ b/datacompy/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.10.0" +__version__ = "0.10.1" from datacompy.core import * from datacompy.fugue import is_match, report diff --git a/setup.cfg b/setup.cfg index 1a316e7d..8fb4052c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,7 +73,8 @@ edgetest = edgetest-conda dev = sphinx - sphinx_rtd_theme + furo + myst-parser pytest pytest-cov pytest-spark