Skip to content

Commit 6f0bd7f

Browse files
committed
Bump version: 0.1.0 β†’ 0.1.1
1 parent 8b4bb3a commit 6f0bd7f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["flit_core"]
44

55
[project]
66
name = "spok"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Space Plasmas Observations Kit"
99
keywords = ["spok", "plasma-physics"]
1010
authors = [

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

@@ -18,5 +18,3 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
22-

β€Žspok/__init__.pyβ€Ž

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

33
__author__ = """Nicolas Aunai"""
44
__email__ = "[email protected]"
5-
__version__ = '0.1.0'
5+
__version__ = '0.1.1'

0 commit comments

Comments
Β (0)