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

Update __init__.py to have __version__ variables. #116

Merged
merged 1 commit into from Sep 27, 2022
Merged

Update __init__.py to have __version__ variables. #116

merged 1 commit into from Sep 27, 2022

Conversation

eNV25
Copy link
Contributor

@eNV25 eNV25 commented May 27, 2022

This allows you to use from slugify import __version__ as slugifyVersion, while from slugify.__version__ import __version__ as slugifyVersion continues to work.

This allows you to use `from slugify import __version__ as slugifyVersion`, while `from slugify.__version__ import __version__ as slugifyVersion` continues to work.
@un33k un33k merged commit dbe7489 into un33k:master Sep 27, 2022
@un33k
Copy link
Owner

un33k commented Sep 27, 2022

Thank you.

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.

None yet

2 participants