Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed May 5, 2024
1 parent 581aeef commit 69673ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## v0.1.0 (2024-04-29)
* inital version with core functionalities

## v0.1.1 (2024-05.05)
* improved user-friendliness for SETAC
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='timex_lca',
version='0.1',
version='0.1.1',
packages=find_packages(),
# Add other arguments as needed
)
2 changes: 1 addition & 1 deletion timex_lca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .dynamic_biosphere_builder import DynamicBiosphereBuilder
from .dynamic_characterization import DynamicCharacterization

__version__ = '0.1.0' # Example version
__version__ = '0.1.1'

0 comments on commit 69673ec

Please sign in to comment.