File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2006-2023 , Liran Funaro.
1+ Copyright (c) 2006-2025 , Liran Funaro.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ safer execution.
3232# Install
3333
3434``` bash
35- pip install objsize==0.7.0
35+ pip install objsize==0.7.1
3636```
3737
3838# Basic Usage
@@ -330,7 +330,7 @@ main differences between `objsize` and `pympler`.
330330
331331# License: BSD-3
332332
333- Copyright (c) 2006-2023 , Liran Funaro.
333+ Copyright (c) 2006-2025 , Liran Funaro.
334334All rights reserved.
335335
336336Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1212# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1313
1414project = "objsize"
15- copyright = "Copyright (c) 2006-2023 , Liran Funaro."
15+ copyright = "Copyright (c) 2006-2025 , Liran Funaro."
1616author = "Liran Funaro"
17- version = "0.7.0 "
17+ version = "0.7.1 "
1818
1919# -- General configuration ---------------------------------------------------
2020# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Install
4242
4343.. code :: bash
4444
45- pip install objsize==0.7.0
45+ pip install objsize==0.7.1
4646
4747 Basic Usage
4848===========
Original file line number Diff line number Diff line change 2121 shared_object_or_function_filter ,
2222)
2323
24- __version__ = "0.7.0 "
24+ __version__ = "0.7.1 "
2525
2626default_settings = ObjSizeSettings ()
2727"""
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " objsize"
9- version = " 0.7.0 "
9+ version = " 0.7.1 "
1010description = " Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size)."
1111readme = " README.md"
1212authors = [{ name = " Liran Funaro" , email = " liran.funaro@gmail.com" }]
@@ -34,7 +34,7 @@ docs = [
3434Homepage = " https://github.com/liran-funaro/objsize"
3535
3636[tool .bumpver ]
37- current_version = " 0.7.0 "
37+ current_version = " 0.7.1 "
3838version_pattern = " MAJOR.MINOR.PATCH[-TAG]"
3939commit_message = " bump version {old_version} -> {new_version}"
4040commit = true
You can’t perform that action at this time.
0 commit comments