Skip to content

Commit f148e87

Browse files
committed
Set new dev version
1 parent 5702ad2 commit f148e87

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
with:
114114
repository-url: https://test.pypi.org/legacy/
115115
packages-dir: artifact/
116+
117+
- name: Remove unwanted files from dist
118+
run: rm -f plugins/${{ matrix.plugin }}/dist/*.attestation
119+
116120
- uses: pypa/gh-action-pypi-publish@release/v1
117121
with:
118122
packages-dir: artifact/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0.dev

superduper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
logging = logger.Logging
1111

12-
__version__ = '0.4.0'
12+
__version__ = '0.5.0.dev'
1313

1414

1515
from .base.decorators import code

0 commit comments

Comments
 (0)