sampleproject-rs 0.2.2__tar.gz → 0.2.3__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.
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/.github/workflows/publish.yml +2 -3
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/PKG-INFO +1 -1
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/pyproject.toml +1 -1
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/.github/workflows/test.yml +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/.gitignore +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/Cargo.lock +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/Cargo.toml +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/LICENSE +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/README.md +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/src/lib.rs +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/src/main.rs +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/tests/cli.rs +0 -0
- {sampleproject_rs-0.2.2 → sampleproject_rs-0.2.3}/tests/test_sample.py +0 -0
|
@@ -23,7 +23,7 @@ name = "sampleproject-rs" # REQUIRED, is the only field that cannot be marked as
|
|
|
23
23
|
#
|
|
24
24
|
# For a discussion on single-sourcing the version, see
|
|
25
25
|
# https://packaging.python.org/guides/single-sourcing-package-version/
|
|
26
|
-
version = "0.2.
|
|
26
|
+
version = "0.2.3" # REQUIRED, although can be dynamic
|
|
27
27
|
|
|
28
28
|
# This is a one-line description or tagline of what your project does. This
|
|
29
29
|
# corresponds to the "Summary" metadata field:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|