Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtabersold committed Dec 19, 2022
1 parent 8016a44 commit a13985d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.3 (2022-12-19)
Add [LICENSE.md](./LICENSE.md)

## 0.1.2 (2022-12-19)
Force-publish new version to pypi.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vhpy"
version = "0.1.2"
version = "0.1.3"
description = "V&H (or 'V and H' or 'VH') Coordinates in Python"
license = "MIT"
authors = ["Paul Pomerleau", "Kurt Abersold <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion vhpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from . import constants

__version__ = "0.1.2"
__version__ = "0.1.3"


def get_lat_long(v: float, h: float) -> (float, float):
Expand Down

0 comments on commit a13985d

Please sign in to comment.