Skip to content

Commit 96ac3c7

Browse files
Fixing bumpversion
Bump version: 0.9.2 → 0.9.3
1 parent 3290884 commit 96ac3c7

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

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 = "study-lyte"
7-
version = "version='0.9.0'"
7+
version = "version=0.9.3"
88
description = "Analysis software for the Lyte probe, a digital penetrometer for studying snow"
99
keywords = ["snow penetrometer", "smart probe", "digital penetrometer", 'lyte probe', "avalanches", "snow densiy"]
1010
readme = "README.rst"

setup.cfg

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.3
33
commit = True
44
tag = True
55

66
[bumpversion:file:pyproject.toml]
7-
search = version='{current_version}'
8-
replace = version='{new_version}'
7+
search = version={current_version}
8+
replace = version={new_version}
9+
10+
[bumpversion:file:study_lyte/__init__.py]
11+
search = '{current_version}'
12+
replace = '{new_version}'
913

1014
[bdist_wheel]
1115
universal = 1

study_lyte/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
__author__ = """Micah Johnson """
44
__email__ = 'info@adventuredata.com'
5-
__version__ = '0.7.2'
6-
7-
8-
5+
__version__ = '0.9.3'

0 commit comments

Comments
 (0)