diff --git a/packaging/setup.py b/packaging/setup.py index 9c78663..ba1131b 100644 --- a/packaging/setup.py +++ b/packaging/setup.py @@ -8,13 +8,13 @@ description='More Files! Steamlined for UTF8 and JSON.', extras_require={"tests":["mo-testing>=8.591.24112"]}, include_package_data=True, - install_requires=["mo-dots==9.605.24115","mo-future==7.584.24095","mo-json==6.605.24115","mo-logs==8.605.24115","mo-math==7.605.24115"], + install_requires=["mo-dots==9.606.24115","mo-future==7.584.24095","mo-json==6.606.24115","mo-logs==8.606.24115","mo-math==7.606.24115"], license='MPL 2.0', long_description="# More Files!\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/mo-files.svg)](https://pypi.org/project/mo-files/)\n[![Build Status](https://github.com/klahnakoski/mo-files/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/klahnakoski/mo-files/actions/workflows/build.yml)\n[![Coverage Status](https://coveralls.io/repos/github/klahnakoski/mo-files/badge.svg?branch=dev)](https://coveralls.io/github/klahnakoski/mo-files?branch=dev)\n[![Downloads](https://pepy.tech/badge/mo-files/month)](https://pepy.tech/project/mo-files)\n\nThe `File` class makes the default assumption all files have cr-delimited unicode content that is UTF-8 encoded. This is great for JSON files. It also provides better operators over some common file manipulations.\n\n\n\n\n## Recent changes\n\n**Version 6.x**\n\nGet a little closer to Python's pathlib module standards\n\n* `stem` - to refer file name without extension\n* `os_path` - to get the os-specific absolute path for use in other Python modules\n* `rel_path` - the given path \n* `abs_path` - was `abspath`, added underscore for consistency \n\n\n\n", long_description_content_type='text/markdown', name='mo-files', packages=["mo_files"], url='https://github.com/klahnakoski/mo-files', - version='6.605.24115', + version='6.606.24115', zip_safe=False ) \ No newline at end of file diff --git a/packaging/setuptools.json b/packaging/setuptools.json index d36d5b9..be5ee7a 100644 --- a/packaging/setuptools.json +++ b/packaging/setuptools.json @@ -16,8 +16,8 @@ "extras_require": {"tests": ["mo-testing>=8.591.24112"]}, "include_package_data": true, "install_requires": [ - "mo-dots==9.605.24115", "mo-future==7.584.24095", "mo-json==6.605.24115", - "mo-logs==8.605.24115", "mo-math==7.605.24115" + "mo-dots==9.606.24115", "mo-future==7.584.24095", "mo-json==6.606.24115", + "mo-logs==8.606.24115", "mo-math==7.606.24115" ], "license": "MPL 2.0", "long_description": { @@ -55,6 +55,6 @@ "name": "mo-files", "packages": ["mo_files"], "url": "https://github.com/klahnakoski/mo-files", - "version": "6.605.24115", + "version": "6.606.24115", "zip_safe": false } \ No newline at end of file diff --git a/tests/requirements.lock b/tests/requirements.lock index 0aba1e4..074ed71 100644 --- a/tests/requirements.lock +++ b/tests/requirements.lock @@ -2,13 +2,13 @@ # pip install --no-deps -r tests/requirements.lock hjson==3.1.0 mo-collections==5.584.24095 -mo-dots==9.605.24115 +mo-dots==9.606.24115 mo-future==7.584.24095 mo-imports==7.584.24095 -mo-json==6.605.24115 -mo-kwargs==7.605.24115 -mo-logs==8.605.24115 -mo-math==7.605.24115 +mo-json==6.606.24115 +mo-kwargs==7.606.24115 +mo-logs==8.606.24115 +mo-math==7.606.24115 mo-testing==8.591.24112 mo-threads==6.589.24111 -mo-times==5.605.24115 \ No newline at end of file +mo-times==5.606.24115 \ No newline at end of file