-
Notifications
You must be signed in to change notification settings - Fork 4
Bump version from 0.5.2 to 0.5.3 #247
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
base: main
Are you sure you want to change the base?
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.
Pull request overview
This PR increments the project version from 0.5.2 to 0.5.3 in the pyproject.toml file, representing a patch version bump for the t4-devkit package.
Changes:
- Updated version number in project metadata
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
| readme = "README.md" | ||
| requires-python = ">=3.10,<3.13" | ||
| dependencies = [ | ||
| "rerun-sdk>=0.20.0", |
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 line introduced in #235, so we shouldn't fix the version.
I will open another PR to resolve the AttributeError. Could you please wait a moment until it's merged?
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.
@ktro2828 Thanks, I will wait.
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.
@SamratThapa120 I opened PR to address this #248. Please take a look!
This pull request makes a minor update to the project version in
pyproject.toml, incrementing it from 0.5.2 to 0.5.3. This is a standard version bump, likely to reflect recent changes or bug fixes.pyproject.tomlfrom 0.5.2 to 0.5.3.AttributeError: module 'rerun' has no attribute 'set_time_seconds'issue in github action tests