File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pandas-maxminddb"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [
" Andrew Korzhuev <[email protected] >" ]
55edition = " 2021"
66
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ the [maxminddb-rust](https://github.com/oschwald/maxminddb-rust).
2121 platform [ Rust has target] ( https://doc.rust-lang.org/beta/rustc/platform-support.html ) for is
2222 supported.
2323
24- ### Pre-build wheels
24+ ### Pre-built wheels
2525
2626The wheels are built against following ` numpy ` and ` pandas ` distributions:
2727
Original file line number Diff line number Diff line change @@ -4,22 +4,26 @@ build-backend = "maturin"
44
55[project ]
66name = " pandas-maxminddb"
7- version = " 0.1.1 "
8- description = " numpy maxminddb python bindings "
7+ version = " 0.2.0 "
8+ description = " Fast geolocation library for Pandas Dataframes, built on Numpy C-FFI "
99requires-python = " >=3.8"
10- license = {text = " Apache-2.0 " }
10+ license = {text = " MIT " }
1111dependencies = [
1212 " pandas" ,
1313 " numpy"
1414]
1515classifiers = [
1616 " License :: OSI Approved :: MIT License" ,
17- " Development Status :: 3 - Alpha " ,
17+ " Development Status :: 4 - Beta " ,
1818 " Intended Audience :: Developers" ,
19+ " Intended Audience :: Science/Research" ,
20+ " Topic :: Scientific/Engineering :: GIS" ,
1921 " Programming Language :: Python" ,
2022 " Programming Language :: Rust" ,
2123 " Operating System :: POSIX" ,
2224 " Operating System :: MacOS :: MacOS X" ,
25+ " Operating System :: Microsoft :: Windows" ,
26+ " Operating System :: POSIX :: Linux"
2327]
2428
2529[tool .maturin ]
You can’t perform that action at this time.
0 commit comments