Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add __version__ #110

Open
atravitz opened this issue Jan 24, 2025 · 1 comment
Open

add __version__ #110

atravitz opened this issue Jan 24, 2025 · 1 comment

Comments

@atravitz
Copy link
Contributor

Describe the bug
A user pointed out that konnektor doesn't have the expected __version__ attribute. we should add this before the next release

To Reproduce
Steps to reproduce the behavior (ideally a minimally reproducible example):

Software versions

  • Which operating system and version did you use? (e.g. ubuntu 22.04.5)
  • Which method did you use to install this package? (e.g. conda-forge)
  • Copy/paste the output of conda list (or the equivalent for your package manager):

Output

Expected behavior

Additional context

@IAlibay
Copy link
Member

IAlibay commented Jan 24, 2025

Thanks for opening this @atravitz

Looks like the __init__ is missing from importlib.metadata import version and __version__ = version('konnektor')

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

No branches or pull requests

2 participants