Skip to content

Commit 4f7a160

Browse files
committed
increase version
1 parent a847431 commit 4f7a160

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
upload-test-pypi:
234234
name: Upload wheels to Test PyPI
235-
needs: [ sdist, wheels, check-wheels-size ]
235+
needs: [sdist, wheels, check-wheels-size]
236236
runs-on: ubuntu-latest
237237
if:
238238
(github.event_name == 'release' && github.event.action == 'published') ||
@@ -258,7 +258,7 @@ jobs:
258258

259259
upload-pypi:
260260
name: Upload wheels to PyPI
261-
needs: [ sdist, wheels, check-wheels-size ]
261+
needs: [sdist, wheels, check-wheels-size]
262262
runs-on: ubuntu-latest
263263
if: github.event_name == 'release' && github.event.action == 'published'
264264

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ needed to perform any kind of simulation. They will be downloaded to a temporary
3434
directory automatically during simulation startup.
3535

3636
```bash
37-
pip install -i https://test.pypi.org/simple/ geant4-python-application==0.0.2.dev1
37+
pip install -i https://test.pypi.org/simple/ geant4-python-application
3838
```
3939

4040
### Geant4 data files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ description = "Geant4 Python Application"
4444
name = "geant4_python_application"
4545
readme = "README.md"
4646
requires-python = ">=3.8"
47-
version = "0.0.2.dev1"
47+
version = "0.0.2.dev2"
4848

4949
[project.optional-dependencies]
5050
dev = [

0 commit comments

Comments
 (0)