ic-python-logging 0.3.0__tar.gz → 0.3.1__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.4
2
2
  Name: ic_python_logging
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: A lightweight logging library for the Internet Computer (IC)
5
5
  Home-page: https://github.com/smart-social-contracts/ic-python-logging
6
6
  Author: Smart Social Contracts
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ic_python_logging
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: A lightweight logging library for the Internet Computer (IC)
5
5
  Home-page: https://github.com/smart-social-contracts/ic-python-logging
6
6
  Author: Smart Social Contracts
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ic_python_logging"
7
- version = "0.3.0"
7
+ version = "0.3.1"
8
8
  description = "A lightweight logging library for the Internet Computer (IC)"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
 
7
7
  setup(
8
8
  name="ic_python_logging",
9
- version="0.3.0",
9
+ version="0.3.1",
10
10
  author="Smart Social Contracts",
11
11
  author_email="smartsocialcontracts@gmail.com",
12
12
  description="A robust logging system for Internet Computer canisters",