Skip to content

Commit

Permalink
Towards release 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Sep 24, 2021
1 parent 728eae0 commit ae60edd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CITATION.cff
Expand Up @@ -24,7 +24,10 @@ authors:
given-names: Yuta
orcid: https://orcid.org/0000-0002-5901-797X

- family-names: Walton
given-names: David Robert
orcid: https://orcid.org/0000-0001-5879-9714

title: "Odak"
version: 0.1.8
version: 0.1.9
doi: 10.5281/zenodo.5136406
date-released: 2021-06-25
1 change: 1 addition & 0 deletions THANKS.txt
Expand Up @@ -3,3 +3,4 @@ Praneeth Chakravarthula
Yujie Wang
Yuta Itoh
Koray Kavaklı
David R. Walton
2 changes: 1 addition & 1 deletion odak/__init__.py
Expand Up @@ -17,5 +17,5 @@
import odak.catalog
import odak.measurement

version_info = 0, 1, 8
version_info = 0, 1, 9
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name = "odak",
version = "0.1.8",
version = "0.1.9",
author = "Kaan Akşit",
author_email = "kunguz@gmail.com",
description = (
Expand Down

0 comments on commit ae60edd

Please sign in to comment.