Skip to content

Commit

Permalink
Merge pull request #19 from ORNL/dev
Browse files Browse the repository at this point in the history
Main < Dev
  • Loading branch information
renan-souza authored Nov 14, 2022
2 parents f5b72a9 + 442e2c4 commit 7f02108
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-n-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release and Publish Package
name: Release and Publish
on:
push:
branches: [ "main" ]
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/python-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion flowcept/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is supposed to be automatically modified by the CI Bot.
# The expected format is: v<Major>.<Minor>.<Patch><optional: branch>
# See .github/workflows/version_bumper.py
__version__ = "0.0.66"
__version__ = "0.0.68dev"

0 comments on commit 7f02108

Please sign in to comment.