Skip to content

Commit e49f302

Browse files
author
Topi Jarvinen
committed
Update version to 0.8.4 in configuration files
- Bumped the version number in `pyproject.toml` and `version.py` to 0.8.4, reflecting the latest changes and improvements in the project.
1 parent 6d822e4 commit e49f302

2 files changed

Lines changed: 2 additions & 2 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 = "FileUtils"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
description = "File utilities for data science projects with Azure support"
99
readme = "README.md"
1010
authors = [{name = "Topi Jarvinen", email = "topi.jarvinen@gmail.com"}]

src/FileUtils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

3-
__version__ = "0.8.3"
3+
__version__ = "0.8.4"
44
__author__ = "Topi Jarvinen"

0 commit comments

Comments
 (0)