We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daaee8 commit bf78815Copy full SHA for bf78815
tutorials/installable-code.md
@@ -449,7 +449,7 @@ build-backend = "hatchling.build"
449
450
[project]
451
name = "pyospackage"
452
-version = "0.1.0"
+version = "0.1"
453
description = 'A python package that adds numbers together.'
454
readme = "README.md"
455
requires-python = ">=3.9"
@@ -577,7 +577,7 @@ nox 2021.10.1
577
numpy 1.24.2
578
packaging 23.0
579
pandas 1.5.3
580
-pyosPackage 0.1.0 /Users/yourusername/path/here/pyosPackage
+pyosPackage 0.1 /Users/yourusername/path/here/pyosPackage
581
...
582
583
0 commit comments