Skip to content

Commit 2a6b33a

Browse files
committed
Bump to version 1.0.0, first public release.
1 parent 24f8666 commit 2a6b33a

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ authors:
1010
url: "https://openpois.org"
1111
repository-code: "https://github.com/henryspatialanalysis/openpois"
1212
license: MIT
13+
version: "1.0.0"
14+
date-released: "2026-04-24"
1315
year: 2026
1416
keywords:
1517
- points-of-interest

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = "openpois"
1212
copyright = "2026, Nathaniel Henry"
1313
author = "Nathaniel Henry"
14-
release = "0.1.0"
14+
release = "1.0.0"
1515

1616
# -- General configuration -----------------------------------------------------
1717

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Nathaniel Henry", email = "nat@henryspatialanalysis.com" }]
88
description = "Open POI conflation between OpenStreetMap and Overture Maps"
99
readme = "README.md"
1010
classifiers = [
11-
"Development Status :: 3 - Alpha",
11+
"Development Status :: 5 - Production/Stable",
1212
"Intended Audience :: Developers",
1313
"License :: OSI Approved :: MIT License",
1414
"Programming Language :: Python :: 3 :: Only",
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.14",
2020
]
2121
requires-python = ">=3.10.0"
22-
dynamic = ["version"]
22+
version = "1.0.0"
2323

2424
[project.urls]
2525
Documentation = "https://github.com/henryspatialanalysis/openpois"

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "site",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/openpois/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# -------------------------------------------------------------
55
"""Open POIs"""
66

7-
__version__ = "0.0.1"
7+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)