Skip to content

Commit

Permalink
Merge pull request DiamondLightSource#244 from DiamondLightSource/v0.…
Browse files Browse the repository at this point in the history
…9.3-pre

0.9.3 prep
  • Loading branch information
dperl-dls committed May 16, 2024
2 parents 6a7e2a4 + 844ab33 commit dd86364
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.9.2
current_version = 0.9.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGELOG


## 0.#.#
## 0.9.3

### Changed
- Non-standard "sample_{phi,omega,...}" groups in NXsample made optional and NXclass now set to NXtransformations instead of NXpositioner.
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 = "setuptools.build_meta"

[project]
name = "nexgen"
version = "0.9.2"
version = "0.9.3"
description = "Next Generation Nexus Generator"
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion src/nexgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

__author__ = "Diamond Light Source - Scientific Software"
__email__ = "[email protected]"
__version__ = "0.9.2"
__version__ = "0.9.3"
__version_tuple__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit dd86364

Please sign in to comment.