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 14, 2024
1 parent 0198fdf commit a4288f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author_email='[email protected]',
classifiers=["Development Status :: 5 - Production/Stable","Topic :: Software Development :: Libraries","Topic :: Software Development :: Libraries :: Python Modules","Programming Language :: SQL","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","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 SQL Parsing! Parse SQL into JSON parse tree',
extras_require={"dev":[],"tests":["mo-testing==7.562.24075","mo-threads==6.562.24075","mo-files==6.562.24075","mo-streams","zstandard>=0.22.0"]},
extras_require={"dev":[],"tests":["mo-testing==7.562.24075","mo-threads==6.570.24076","mo-files==6.570.24076","mo-streams==1.570.24076","zstandard>=0.22.0"]},
include_package_data=True,
install_requires=["mo-dots==9.578.24081","mo-future==7.546.24057","mo-imports==7.546.24057","mo-parsing==8.581.24094"],
license='MPL 2.0',
Expand Down
4 changes: 2 additions & 2 deletions packaging/setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"extras_require": {
"dev": [],
"tests": [
"mo-testing==7.562.24075", "mo-threads==6.562.24075", "mo-files==6.562.24075",
"mo-streams", "zstandard>=0.22.0"
"mo-testing==7.562.24075", "mo-threads==6.570.24076", "mo-files==6.570.24076",
"mo-streams==1.570.24076", "zstandard>=0.22.0"
]
},
"include_package_data": true,
Expand Down

0 comments on commit a4288f1

Please sign in to comment.