Skip to content

Commit

Permalink
Bump version 1.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 4, 2024
1 parent 6e4dba1 commit aaee17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastkml/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
The only purpose of this module is to provide a version number for the package.
"""
__version__ = "1.0.a14"
__version__ = "1.0.b1"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ email = "[email protected]", name = "Christian Ledermann" },
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: OS Independent",
Expand All @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Text Processing :: Markup :: XML",
"Typing :: Typed",
Expand Down

0 comments on commit aaee17c

Please sign in to comment.