Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed May 4, 2024
1 parent f4d1bec commit f100742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
author_email='kyle@lahnakoski.com',
classifiers=["Development Status :: 4 - Beta","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Software Development :: Libraries","Topic :: Software Development :: Libraries :: Python Modules","License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12"],
description='More Files! Steamlined for UTF8 and JSON.',
extras_require={"tests":["mo-testing>=8.608.24119"]},
extras_require={"tests":["mo-testing>=8.610.24119"]},
include_package_data=True,
install_requires=["mo-dots==10.615.24125","mo-future==7.584.24095","mo-json==6.619.24125","mo-logs==8.618.24125","mo-math==7.616.24125"],
install_requires=["mo-dots==10.623.24125","mo-future==7.584.24095","mo-json==6.624.24125","mo-logs==8.623.24125","mo-math==7.623.24125"],
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.619.24125',
version='6.624.24125',
zip_safe=False
)
8 changes: 4 additions & 4 deletions packaging/setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"Programming Language :: Python :: 3.12"
],
"description": "More Files! Steamlined for UTF8 and JSON.",
"extras_require": {"tests": ["mo-testing>=8.608.24119"]},
"extras_require": {"tests": ["mo-testing>=8.610.24119"]},
"include_package_data": true,
"install_requires": [
"mo-dots==10.615.24125", "mo-future==7.584.24095", "mo-json==6.619.24125",
"mo-logs==8.618.24125", "mo-math==7.616.24125"
"mo-dots==10.623.24125", "mo-future==7.584.24095", "mo-json==6.624.24125",
"mo-logs==8.623.24125", "mo-math==7.623.24125"
],
"license": "MPL 2.0",
"long_description": {
Expand Down Expand Up @@ -55,6 +55,6 @@
"name": "mo-files",
"packages": ["mo_files"],
"url": "https://github.com/klahnakoski/mo-files",
"version": "6.619.24125",
"version": "6.624.24125",
"zip_safe": false
}

0 comments on commit f100742

Please sign in to comment.