Skip to content

Commit

Permalink
bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 22, 2022
1 parent 70d774b commit eee91f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mgrs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from . import core

__version__ = "1.4.2"
__version__ = "1.4.3"


class MGRS:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="mgrs",
version="1.4.2",
version="1.4.3",
description="MGRS coordinate conversion for Python",
license="MIT",
keywords="gis coordinate conversion",
Expand All @@ -36,9 +36,9 @@
maintainer_email="howard@hobu.co",
url="https://github.com/hobu/mgrs",
long_description=readme_text,
long_description_content_type="text/x-rst",
ext_modules=[mgrs],
packages=["mgrs"],
install_requires=["packaging"],
test_suite="tests.test_suite",
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit eee91f5

Please sign in to comment.