Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Feb 23, 2023
1 parent eea1c10 commit 978b11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ authors:
- family-names: "Reshitnyk"
given-names: "Luba"
title: "Kelp-O-Matic"
version: 0.5.1
version: 0.5.2
date-released: 2021-12-15
url: "https://github.com/HakaiInstitute/kelp-o-matic"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

PACKAGE_NAME = 'kelp-o-matic'
VERSION = '0.5.1'
VERSION = '0.5.2'

packages = [
'kelp_o_matic',
Expand Down

0 comments on commit 978b11d

Please sign in to comment.