Skip to content

Commit

Permalink
🚀 Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Dec 5, 2024
1 parent ce9b6f6 commit f388917
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:

- name: Build and publish
run: flit publish
env:
FLIT_USERNAME: mbercx
2 changes: 1 addition & 1 deletion aiida_submission_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""A prototype package with tools to submit processes in batches, avoiding to submit too many."""
__version__ = "0.1.2"
__version__ = "0.2.0"

__author__ = "Giovanni Pizzi, Austin Zadoks"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["flit_core>=3.4,<4"]
requires = ["flit_core>=3.8,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "aiida-submission-controller"
version = "0.1.2"
dynamic = ["version"]
authors = [
{name = "Giovanni Pizzi"},
{name = "Austin Zadoks"},
Expand Down

0 comments on commit f388917

Please sign in to comment.