Skip to content

fix: sync package version in __init__.py with pyproject.toml - #68

Open
CryptAm wants to merge 1 commit into
tempoxyz:mainfrom
CryptAm:patch-1
Open

fix: sync package version in __init__.py with pyproject.toml#68
CryptAm wants to merge 1 commit into
tempoxyz:mainfrom
CryptAm:patch-1

Conversation

@CryptAm

@CryptAm CryptAm commented Jul 18, 2026

Copy link
Copy Markdown

Description

Package version is desynchronized between files:

  • pyproject.toml: 0.5.1
  • pytempo/__init__.py: 0.3.1 (was outdated)

Update __version__ in pytempo/__init__.py to match pyproject.toml

## Description
Package version is desynchronized between files:
- `pyproject.toml`: 0.5.1
- `pytempo/__init__.py`: 0.3.1 (was outdated)

Update `__version__` in `pytempo/__init__.py` to match `pyproject.toml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant