python-lucide 0.2.3__tar.gz → 0.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: python-lucide
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A Python package for working with Lucide icons
5
5
  Keywords: lucide,icons,svg,sqlite
6
6
  Author: Mike Macpherson
@@ -34,7 +34,7 @@ license = {text = "MIT"}
34
34
  name = "python-lucide"
35
35
  readme = "README.md"
36
36
  requires-python = ">=3.10"
37
- version = "0.2.3"
37
+ version = "0.2.4"
38
38
 
39
39
  [project.scripts]
40
40
  check-lucide-version = "lucide.dev_utils:print_version_status"
@@ -4,7 +4,7 @@ This module contains default configuration values used throughout the package.
4
4
  """
5
5
 
6
6
  # Default Lucide tag to use when building the icon database
7
- DEFAULT_LUCIDE_TAG = "0.536.0"
7
+ DEFAULT_LUCIDE_TAG = "0.539.0"
8
8
 
9
9
  # Default size for the LRU cache used by lucide_icon function
10
10
  DEFAULT_ICON_CACHE_SIZE = 128
index fa15dc0..15580fc 100644
Binary file
File without changes