Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jan 20, 2025
1 parent 0ca8209 commit 64ee1ab
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.0.1
commit = False
tag = False
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))(?:\.(?P<number>0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)))?$
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body:
attributes:
label: HOOMD-blue version
description: What version of HOOMD-blue are you using?
placeholder: 5.0.0
placeholder: 5.0.1
validations:
required: true
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Release checklist
about: '[for maintainer use]'
title: 'Release 5.0.0'
title: 'Release 5.0.1'
labels: ''
assignees: 'joaander'

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_subdirectory (CMake)

################################
## Version information
set(HOOMD_VERSION_RAW "5.0.0")
set(HOOMD_VERSION_RAW "5.0.1")
string(REGEX MATCH "(.*)\\.(.*)\\.(.*)$" _hoomd_version_match ${HOOMD_VERSION_RAW})
set(HOOMD_VERSION_MAJOR ${CMAKE_MATCH_1})
set(HOOMD_VERSION_MINOR ${CMAKE_MATCH_2})
Expand Down
6 changes: 3 additions & 3 deletions INSTALLING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ channel:

.. code-block:: bash
micromamba install hoomd=5.0.0
micromamba install hoomd=5.0.1
.. _conda-forge: https://conda-forge.org/docs/user/introduction.html

Expand All @@ -32,7 +32,7 @@ appropriate package. Override this and force the GPU enabled package installatio
.. code-block:: bash
export CONDA_OVERRIDE_CUDA="12.6"
micromamba install "hoomd=5.0.0=*gpu*" "cuda-version=12.6"
micromamba install "hoomd=5.0.1=*gpu*" "cuda-version=12.6"
.. note::

Expand All @@ -43,7 +43,7 @@ Similarly, you can force CPU-only package installation with:

.. code-block:: bash
micromamba install "hoomd=5.0.0=*cpu*"
micromamba install "hoomd=5.0.1=*cpu*"
.. note::

Expand Down
4 changes: 2 additions & 2 deletions sphinx-doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
copyright = f"2009-{year} The Regents of the University of Michigan"
author = "The Regents of the University of Michigan"

version = "5.0.0"
release = "5.0.0"
version = "5.0.1"
release = "5.0.1"

language = "en"

Expand Down

0 comments on commit 64ee1ab

Please sign in to comment.