Skip to content

Commit 6bfd3e6

Browse files
committed
chore(release): bump version to 0.1.4
1 parent 271e436 commit 6bfd3e6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55
message = chore(release): bump version to {new_version}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
copyright = "2024, Amber Malpas"
1717
author = "Amber Malpas"
1818
release = "0.1.3"
19-
version = "0.1.3"
19+
version = "0.1.4"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "clfits"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
authors = [{ name = "Amber Malpas", email = "malpas.1@osu.edu" }]
99
description = "A command-line FITS header editor."
1010
readme = "README.md"

src/clfits/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A command-line FITS header editor."""
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)