Skip to content

Commit 4cbf6fb

Browse files
committed
Corrected version to 0.0.3 in setup.py and changelog.md
1 parent af7ea26 commit 4cbf6fb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).
1111

12-
## [v0.0.21] - 2023-06-07
12+
## [v0.0.3] - 2023-06-07
1313
### Fixed
1414
- infer datatypes from sequence_by to __START_AT, __END_AT for apply changes API
15-
### Modified
15+
### Changed
1616
- setup.py for version
17-
- removed git release tag from github actions
17+
### Removed
18+
- Git release tag from github actions
1819

1920
## [v0.0.2] - 2023-05-11
2021
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020
setup(
2121
name="dlt_meta",
22-
version="0.0.2.1",
22+
version="0.0.2.3",
2323
python_requires=">=3.8",
2424
setup_requires=["wheel>=0.37.1,<=0.40.0"],
2525
install_requires=INSTALL_REQUIRES,

0 commit comments

Comments
 (0)