Skip to content

Commit

Permalink
Bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroPatty committed Jan 25, 2024
1 parent ccaec93 commit 18dccf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "godata_server"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "Data management for the busy scientists. Designed to be used from python"
homepage = "https://github.com/PatrickRWells/godata"
Expand Down
2 changes: 1 addition & 1 deletion godata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.1"
__version__ = "0.8.2"
__minimum_server_version__ = "0.8.0"

from .ie import export_project, import_project
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "godata"
version = "0.8.1"
version = "0.8.2"
description = ""
authors = ["Patrick Wells <pwells@ucdavis.edu>"]
readme = "README.md"
Expand Down

0 comments on commit 18dccf2

Please sign in to comment.