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

Fixed the setup #44

Merged
merged 2 commits into from Oct 11, 2022
Merged

Conversation

Nythiennzo
Copy link
Contributor

The setup was not working for me, so I tried to fix it.
I followed the PyPa solution for Single-sourcing the package version, which can be found here

@@ -1,5 +1,4 @@
from .hooman import Hooman
from .formula import *

version_info = (0, 8, 2)
__version__ = ".".join([str(v) for v in version_info])
__version__ = "0.8.2"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just bump to 0.8.3

@Abdur-rahmaanJ
Copy link
Owner

Works!!!!!!!!!!!!!!!!!

@Nythiennzo
Copy link
Contributor Author

Thanks a lot for your guidance!

@Abdur-rahmaanJ Abdur-rahmaanJ merged commit 5c66372 into Abdur-rahmaanJ:master Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants