Skip to content

Commit 7da71b3

Browse files
committed
0.0.3
Automatically generated by python-semantic-release
1 parent 68931a7 commit 7da71b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.0.3 (2023-06-15)
6+
7+
### Other
8+
9+
* Pull true direction from most-energetic in-ice ([#3](https://github.com/icecube/skywriter/issues/3)) ([`68931a7`](https://github.com/icecube/skywriter/commit/68931a7d4c2b855e0566c9eecb6388381b5f7418))
10+
511
## v0.0.2 (2023-04-18)
612
### Other
713
* <bot> update setup.cfg ([`b24681d`](https://github.com/icecube/skywriter/commit/b24681da42771d5b26a8d289bc977cd3ad282830))

skywriter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# is zero for an official release, positive for a development branch,
1414
# or negative for a release candidate or beta (after the base version
1515
# number has been incremented)
16-
__version__ = "0.0.2"
16+
__version__ = "0.0.3"
1717
version_info = (
1818
int(__version__.split(".")[0]),
1919
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)