Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pulse_lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QuTech QDLabs
pulse_lib
Commits
08380615
Commit
08380615
authored
5 months ago
by
Sander de Snoo
Browse files
Options
Downloads
Patches
Plain Diff
Bump to 1.7.32
parent
027e427c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pulse_lib/__init__.py
+1
-1
1 addition, 1 deletion
pulse_lib/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tbump.toml
+1
-1
1 addition, 1 deletion
tbump.toml
with
3 additions
and
3 deletions
pulse_lib/__init__.py
+
1
−
1
View file @
08380615
__version__
=
"
1.7.3
1
"
__version__
=
"
1.7.3
2
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
08380615
...
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
...
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
setup
(
name
=
"
pulse_lib
"
,
setup
(
name
=
"
pulse_lib
"
,
version
=
"
1.7.3
1
"
,
version
=
"
1.7.3
2
"
,
packages
=
find_packages
(),
packages
=
find_packages
(),
python_requires
=
"
>=3.7
"
,
python_requires
=
"
>=3.7
"
,
install_requires
=
[
install_requires
=
[
...
...
This diff is collapsed.
Click to expand it.
tbump.toml
+
1
−
1
View file @
08380615
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"
# github_url = "https://github.com/<user or organization>/<project>/"
[version]
[version]
current
=
"1.7.3
1
"
current
=
"1.7.3
2
"
# Example of a semver regexp.
# Example of a semver regexp.
# Make sure this matches current_version before
# Make sure this matches current_version before
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment