Skip to content

Commit

Permalink
Bump version from 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Feb 7, 2024
1 parent 6d5fb88 commit 5d622ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
POETRY_VERSION: "1.7.1"
PYTHON_VERSION: "3.9"
PACKAGE_NAME: "datalogger"
PACKAGE_VERSION: "0.3.0"
PACKAGE_VERSION: "0.3.1"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] (Feb 7 2024)

### Added

- Latest source distribution (latest.tar.gz) added to Pages site.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Project information
project = "DataLogger"
copyright = "2023, California Institute of Technology"
copyright = "2023–2024, California Institute of Technology"
author = "Alex Hadley"
release = "0.3.0"
release = "0.3.1"

# General configuration
extensions = [
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 = "datalogger"
version = "0.3.0"
version = "0.3.1"
description = "Python package for logging data from scientific experiments."
authors = ["Alex Hadley <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 5d622ea

Please sign in to comment.