-
Notifications
You must be signed in to change notification settings - Fork 20
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
Packaging and Test Improvements #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall! I am curious why you seem to prefer double-quotes for strings over single quotes though.
@@ -4,7 +4,7 @@ | |||
# | |||
# SPDX-License-Identifier: LGPL-3.0-or-later | |||
|
|||
__version__ = '1.1.2' | |||
__version__ = "1.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a double increment -- current version is 1.1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed v1.1.2 to pypi yesterday.
I actually don't, but instead of manually fixing things with |
pytest
README.md
into our pypi page once I upload new versionv1.1.3