We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c1c59 commit 6800245Copy full SHA for 6800245
ibpc_py/README.md
@@ -24,3 +24,10 @@ Temporary before rocker release of https://github.com/osrf/rocker/pull/317/
24
### Nvidia Docker (optoinal)
25
Make sure nvidia_docker is installed if you want cuda.
26
27
+## Release instructions
28
+
29
+```
30
+rm -rf dist/*
31
+python3 -m build --sdist .
32
+twine upload dist/*
33
ibpc_py/setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="ibpc",
12
- version="0.0.1",
+ version="0.0.2",
13
packages=["ibpc"],
14
package_dir={"": "src"},
15
# package_data={'ibpc': ['templates/*.em']},
0 commit comments