Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Apr 4, 2024
1 parent 0ee39ae commit 5134bc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
description='JSON query expressions using Python',
extras_require={"tests":["mo-testing>=7.562.24075"]},
include_package_data=True,
install_requires=["mo-collections==5.582.24095","mo-dots==9.582.24095","mo-future==7.546.24057","mo-json==6.582.24095","mo-json-config==4.582.24095","mo-kwargs==7.582.24095","mo-logs==8.582.24095","mo-math==7.582.24095","mo-threads==6.582.24095","mo-times==5.582.24095"],
install_requires=["mo-collections==5.584.24095","mo-dots==9.584.24095","mo-future==7.584.24095","mo-json==6.584.24095","mo-json-config==4.586.24095","mo-kwargs==7.584.24095","mo-logs==8.584.24095","mo-math==7.584.24095","mo-threads==6.585.24095","mo-times==5.584.24095"],
license='MPL 2.0',
long_description='# jx-python\n\nPython library for JSON Expressions \n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/jx-python.svg)](https://pypi.org/project/jx-python/)\n[![Build Status](https://github.com/klahnakoski/jx-python/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/klahnakoski/jx-python/actions/workflows/build.yml)\n[![Coverage Status](https://coveralls.io/repos/github/klahnakoski/jx-python/badge.svg?branch=dev)](https://coveralls.io/github/klahnakoski/jx-python?branch=dev)\n',
long_description_content_type='text/markdown',
name='jx-python',
packages=["jx_base","jx_base.expressions","jx_base.models","jx_python.expressions","jx_python.containers","jx_python.cubes","jx_python.lists","jx_python.namespace","jx_python","jx_python.streams"],
url='https://github.com/klahnakoski/jx-python',
version='4.583.24095'
version='4.586.24095'
)
12 changes: 6 additions & 6 deletions packaging/setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"extras_require": {"tests": ["mo-testing>=7.562.24075"]},
"include_package_data": true,
"install_requires": [
"mo-collections==5.582.24095", "mo-dots==9.582.24095",
"mo-future==7.546.24057", "mo-json==6.582.24095",
"mo-json-config==4.582.24095", "mo-kwargs==7.582.24095",
"mo-logs==8.582.24095", "mo-math==7.582.24095",
"mo-threads==6.582.24095", "mo-times==5.582.24095"
"mo-collections==5.584.24095", "mo-dots==9.584.24095",
"mo-future==7.584.24095", "mo-json==6.584.24095",
"mo-json-config==4.586.24095", "mo-kwargs==7.584.24095",
"mo-logs==8.584.24095", "mo-math==7.584.24095",
"mo-threads==6.585.24095", "mo-times==5.584.24095"
],
"license": "MPL 2.0",
"long_description": {
Expand All @@ -44,5 +44,5 @@
"jx_python.streams"
],
"url": "https://github.com/klahnakoski/jx-python",
"version": "4.583.24095"
"version": "4.586.24095"
}

0 comments on commit 5134bc5

Please sign in to comment.