fix config
This commit is contained in:
parent
a0a5ced679
commit
5a0f33f247
3 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
Optifik version 0.1.0
|
||||
Optifik
|
||||
|
||||
|
||||
Current stable version 0.1.1
|
||||
|
||||
|
||||
# Installation
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.0'
|
||||
__version__ = '0.1.1'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "optifik"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Compute film thickness from interferometry"
|
||||
authors = [
|
||||
{ name = "François Boulogne", email = "francois.boulogne@cnrs.fr" },
|
||||
|
@ -30,13 +30,13 @@ push = false
|
|||
[bumpver.file_patterns]
|
||||
"pyproject.toml" = [
|
||||
'current_version = "{version}"',
|
||||
'version = "{version}"',
|
||||
]
|
||||
"optifik/__init__.py" = [
|
||||
'version="{pep440_version}",',
|
||||
'^__version__ = "{version}"$,',
|
||||
]
|
||||
"README.md" = [
|
||||
'{version}',
|
||||
'{pep440_version}',
|
||||
'^Current stable version {version}',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue