Skip to content

Commit 45762e3

Browse files
Bump version: 0.10.0 → 0.10.1
1 parent c8af7c5 commit 45762e3

3 files changed

Lines changed: 3 additions & 3 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 = "0.10.0"
7+
version = "0.10.1"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.10.1
33
commit = True
44
tag = True
55

study_lyte/__init__.py

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

33
__author__ = """Micah Johnson """
44
__email__ = 'info@adventuredata.com'
5-
__version__ = '0.10.0'
5+
__version__ = '0.10.1'

0 commit comments

Comments
 (0)