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 e485582 commit 9c4e38a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author_email='kyle@lahnakoski.com',
classifiers=["Development Status :: 4 - Beta","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.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12"],
description='JSON query expressions using Python',
extras_require={"tests":["mo-testing>=8.591.24112"]},
extras_require={"tests":["mo-testing>=8.623.24125"]},
include_package_data=True,
install_requires=["mo-collections==5.623.24125","mo-dots==10.623.24125","mo-future==7.584.24095","mo-json==6.624.24125","mo-json-config==4.624.24125","mo-kwargs==7.623.24125","mo-logs==8.623.24125","mo-math==7.623.24125","mo-threads==6.624.24125","mo-times==5.623.24125"],
license='MPL 2.0',
Expand All @@ -15,5 +15,5 @@
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.625.24125'
version='4.626.24125'
)
4 changes: 2 additions & 2 deletions packaging/setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Programming Language :: Python :: 3.12"
],
"description": "JSON query expressions using Python",
"extras_require": {"tests": ["mo-testing>=8.591.24112"]},
"extras_require": {"tests": ["mo-testing>=8.623.24125"]},
"include_package_data": true,
"install_requires": [
"mo-collections==5.623.24125", "mo-dots==10.623.24125",
Expand Down Expand Up @@ -44,5 +44,5 @@
"jx_python.streams"
],
"url": "https://github.com/klahnakoski/jx-python",
"version": "4.625.24125"
"version": "4.626.24125"
}

0 comments on commit 9c4e38a

Please sign in to comment.