-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
# | ||
# This file is part of pyosmium. (https://osmcode.org/pyosmium/) | ||
# | ||
# Copyright (C) 2023 Sarah Hoffmann <[email protected]> and others. | ||
# Copyright (C) 2024 Sarah Hoffmann <[email protected]> and others. | ||
# For a full list of authors see the git log. | ||
""" | ||
Version information. | ||
""" | ||
|
||
# the major version | ||
pyosmium_major = '3.7' | ||
pyosmium_major = '4.0' | ||
# current release (Pip version) | ||
pyosmium_release = '3.7.0' | ||
pyosmium_release = '4.0.0' | ||
|
||
# libosmium version shipped with the Pip release | ||
libosmium_version = '2.20.0' | ||
|