Skip to content

Commit

Permalink
Updated version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jul 4, 2022
1 parent 6478e11 commit 75459cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "geoapis"
version = "0.2.9a"
version = "0.2.9"
description = "A package for downloading geospatial data from web APIs."
readme = "README.md"
authors = [{ name = "Rose pearson", email = "rose.pearson@niwa.co.nz" }]
Expand Down
2 changes: 1 addition & 1 deletion src/geoapis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
@author: pearsonra
"""
__version__ = "0.2.9a"
__version__ = "0.2.9"

0 comments on commit 75459cf

Please sign in to comment.