Skip to content

Commit

Permalink
update README installation command, bump version to 1.0.0, and change…
Browse files Browse the repository at this point in the history
… development status to stable
  • Loading branch information
cleder committed Nov 17, 2024
1 parent ceb46b3 commit a3c3cbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Optional

.. code-block:: bash
pip install --pre "fastkml[lxml]"
pip install "fastkml[lxml]"
Limitations
===========
Expand Down
2 changes: 1 addition & 1 deletion fastkml/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
The only purpose of this module is to provide a version number for the package.
"""

__version__ = "1.0.0rc2"
__version__ = "1.0.0"

__all__ = ["__version__"]
11 changes: 1 addition & 10 deletions 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 :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: OS Independent",
Expand Down Expand Up @@ -227,15 +227,6 @@ select = [
"S101",
"SLF001",
]
"tests/oldunit_test.py" = [
"D100",
"D200",
"D401",
"E501",
"FIX",
"ICN001",
"TD",
]
"tests/repr_eq_test.py" = [
"E501",
]
Expand Down

0 comments on commit a3c3cbc

Please sign in to comment.