We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4bb3a commit 6f0bd7fCopy full SHA for 6f0bd7f
βpyproject.tomlβ
@@ -4,7 +4,7 @@ requires = ["flit_core"]
4
5
[project]
6
name = "spok"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Space Plasmas Observations Kit"
9
keywords = ["spok", "plasma-physics"]
10
authors = [
βsetup.cfgβ
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
tag = True
@@ -18,5 +18,3 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
22
-
βspok/__init__.pyβ
@@ -2,4 +2,4 @@
__author__ = """Nicolas Aunai"""
__email__ = "[email protected]"
-__version__ = '0.1.0'
+__version__ = '0.1.1'
0 commit comments