Skip to content

Commit

Permalink
updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed May 4, 2024
1 parent dc3620f commit f61fc1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
HydrOffice ABC
==============
HydrOffice ABC 2
================

.. image:: https://github.com/hydroffice/hyo2_abc2/raw/master/hyo2/abc2/app/pkg_info/media/app_icon.png
:alt: logo

|
.. image:: https://img.shields.io/pypi/v/hyo2.abc2.svg
:target: https://pypi.python.org/pypi/hyo2.abc2
:alt: PyPi version

.. image:: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_windows.yml/badge.svg
:target: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_windows.yml
:alt: Windows
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide_how_to_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PyPi
Some instructions can be found `here <https://packaging.python.org/tutorials/packaging-projects/>`_:

* ``pip install --upgrade build``
* ``py -m build``
* ``python -m build``
* ``pip install --upgrade twine``
* ``twine upload --repository pypi dist/*``

Expand Down
2 changes: 1 addition & 1 deletion hyo2/abc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger.addHandler(logging.NullHandler())

name = "ABC"
__version__ = "2.3.6"
__version__ = "2.3.7"
__license__ = "LGPLv3 license"
__copyright__ = "Copyright 2024 University of New Hampshire, Center for Coastal and Ocean Mapping"

Expand Down

0 comments on commit f61fc1f

Please sign in to comment.