Skip to content

Commit

Permalink
🔖 Bump version to 0.6.5 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa authored Oct 22, 2024
1 parent f436420 commit 458366c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ authors:
given-names: "Robert"
orcid: "0000-0002-4993-7860"
title: "The Munich Nanotech Toolkit (MNT)"
version: 0.6.4
version: 0.6.5
doi: 10.1109/NANO61778.2024.10628747
url: "https://github.com/cda-tum/fiction"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# Set the project name and version
project(
fiction
VERSION 0.6.4
VERSION 0.6.5
DESCRIPTION
"An open-source design automation framework for Field-coupled Nanotechnologies"
HOMEPAGE_URL "https://github.com/cda-tum/fiction"
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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/>`_.

Unreleased
----------
v0.6.5 - 2024-10-22
-------------------

Added
#####
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = 'v0.6.4'
version = 'v0.6.5'
# The full version, including alpha/beta/rc tags.
release = 'v0.6.4'
release = 'v0.6.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mnt.pyfiction"
version = "0.6.4"
version = "0.6.5"
description = "Design Automation for Field-coupled Nanotechnologies"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def build_extension(self, ext):

setup(
name='mnt.pyfiction',
version='0.6.4',
version='0.6.5',
author='Marcel Walter',
author_email='[email protected]',
description='Design Automation for Field-coupled Nanotechnologies',
Expand Down

0 comments on commit 458366c

Please sign in to comment.