Skip to content

Commit

Permalink
Bump version and setup.py fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Sep 28, 2023
1 parent 61b64ea commit fba6824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ mappyfile is used for formatting and validation in https://app.mapserverstudio.n
of your Mapfiles. If you find mappyfile useful please consider signing up for a professional account at
https://mapserverstudio.net/. This will help to fund maintenance and further development of both mappyfile and MapServer.

mappyfile was first introduced in a presentation at `FOSS4G Europe 2017 <https://europe.foss4g.org/2017/Home>`_ - slides are available
:download:`to download here </docs/_static/foss4ge2017_mappyfile_sgirvin.pdf>`.

.. image:: https://raw.githubusercontent.com/geographika/mappyfile/master/docs/images/class_parsed_small.png

Requirements
------------

Expand Down Expand Up @@ -54,6 +49,8 @@ Documentation

Full documentation is available at http://mappyfile.readthedocs.io/en/latest/

.. image:: https://raw.githubusercontent.com/geographika/mappyfile/master/docs/images/class_parsed_small.png

Usage
-----

Expand Down
2 changes: 1 addition & 1 deletion mappyfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
dict_move_to_end,
)

__version__ = "0.9.7"
__version__ = "1.0.0"

__all__ = [
"open",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def readme():
version=__version__,
description="A pure Python MapFile parser for working with MapServer",
long_description=readme(),
long_description_content_type="text/x-rst",
classifiers=[
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit fba6824

Please sign in to comment.