Skip to content

Commit

Permalink
Merge pull request #120 from UCL-CCS/bump-version
Browse files Browse the repository at this point in the history
bump version to 0.0.2
  • Loading branch information
MIWdlB authored Nov 16, 2023
2 parents 3603cee + c83b7c8 commit a39053c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.8','3.11']
python-version: ['3.8','3.10']
steps:
- uses: actions/checkout@v2
- name: Set up python
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.2]
### Fixed
- Typo with the license file, which was called 'LISENCE' instead of 'LICENSE'.
### Added
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors:
given-names: Alexis
orcid: https://orcid.org/0000-0001-8953-1235
title: "Nbed"
version: 0.0.1
version: 0.0.2
date-released: 2022-03-07
doi: 10.5281/zenodo.6323338
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "Michael Williams, Alexis Ralli"

# The full version, including alpha/beta/rc tags
release = "0.0.1"
release = "0.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbed"
version = "0.0.1"
version = "0.0.2"
description = ""
authors = ["Michael Williams <[email protected]>"]

Expand Down Expand Up @@ -49,6 +49,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"



[tool.poetry.scripts]
nbed = "nbed.embed:cli"

Expand Down

0 comments on commit a39053c

Please sign in to comment.