Skip to content

Commit

Permalink
0.2.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha committed Nov 4, 2022
1 parent 92d8a15 commit 635dd04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pandas-maxminddb"
version = "0.1.1"
version = "0.2.0"
authors = ["Andrew Korzhuev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ the [maxminddb-rust](https://github.com/oschwald/maxminddb-rust).
platform [Rust has target](https://doc.rust-lang.org/beta/rustc/platform-support.html) for is
supported.

### Pre-build wheels
### Pre-built wheels

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

Expand Down
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@ build-backend = "maturin"

[project]
name = "pandas-maxminddb"
version = "0.1.1"
description = "numpy maxminddb python bindings"
version = "0.2.0"
description = "Fast geolocation library for Pandas Dataframes, built on Numpy C-FFI"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
license = {text = "MIT"}
dependencies = [
"pandas",
"numpy"
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: GIS",
"Programming Language :: Python",
"Programming Language :: Rust",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux"
]

[tool.maturin]
Expand Down

0 comments on commit 635dd04

Please sign in to comment.