Skip to content

Commit

Permalink
Set new dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Nov 2, 2024
1 parent 5702ad2 commit f148e87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: artifact/

- name: Remove unwanted files from dist
run: rm -f plugins/${{ matrix.plugin }}/dist/*.attestation

- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: artifact/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0.dev
2 changes: 1 addition & 1 deletion superduper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

logging = logger.Logging

__version__ = '0.4.0'
__version__ = '0.5.0.dev'


from .base.decorators import code
Expand Down

0 comments on commit f148e87

Please sign in to comment.