Skip to content

Commit 635dd04

Browse files
committed
0.2.0 version bump
1 parent 92d8a15 commit 635dd04

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pandas-maxminddb"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Andrew Korzhuev <[email protected]>"]
55
edition = "2021"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
The wheels are built against following `numpy` and `pandas` distributions:
2727

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,26 @@ build-backend = "maturin"
44

55
[project]
66
name = "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"
99
requires-python = ">=3.8"
10-
license = {text = "Apache-2.0"}
10+
license = {text = "MIT"}
1111
dependencies = [
1212
"pandas",
1313
"numpy"
1414
]
1515
classifiers = [
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]

0 commit comments

Comments
 (0)