linkture 3.1.0__tar.gz → 3.2.0__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.1
2
2
  Name: linkture
3
- Version: 3.1.0
3
+ Version: 3.2.0
4
4
  Summary: PARSE and PROCESS BIBLE SCRIPTURE REFERENCES: extract, tag, link, rewrite, translate, BCV-encode and decode
5
5
  Keywords: bible,scriptures,scripture-references,scripture-translation,scripture-parser,scripture-linker
6
6
  Author-Email: "Eryk J." <infiniti@inventati.org>
@@ -36,7 +36,7 @@ keywords = [
36
36
  "scripture-parser",
37
37
  "scripture-linker",
38
38
  ]
39
- version = "3.1.0"
39
+ version = "3.2.0"
40
40
 
41
41
  [project.license]
42
42
  text = "MIT"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Description: Parse and process Bible scripture references
7
7
 
8
- MIT License: Copyright (c) 2024 Eryk J.
8
+ MIT License: Copyright (c) 2025 Eryk J.
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
11
11
  of this software and associated documentation files (the "Software"), to deal
@@ -5,7 +5,7 @@
5
5
 
6
6
  Description: Parse and process Bible scripture references
7
7
 
8
- MIT License: Copyright (c) 2024 Eryk J.
8
+ MIT License: Copyright (c) 2025 Eryk J.
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
11
11
  of this software and associated documentation files (the "Software"), to deal
@@ -27,7 +27,7 @@
27
27
  """
28
28
 
29
29
  __app__ = 'linkture'
30
- __version__ = 'v3.1.0'
30
+ __version__ = 'v3.2.0'
31
31
 
32
32
 
33
33
  import json, regex, sqlite3
index c619e41..5d2b563 100644
Binary file
File without changes
File without changes