Skip to content

Commit 7881470

Browse files
author
Saurav Sharma
committed
chore: update version to 0.4.0
Signed-off-by: Saurav Sharma <[email protected]>
1 parent 23db332 commit 7881470

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Poetry
1818
uses: snok/install-poetry@v1
1919
with:
20-
version: 1.3.1
20+
version: 1.4.0
2121
virtualenvs-create: true
2222
virtualenvs-in-project: true
2323
- name: Publish

.github/workflows/python_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Poetry
3333
uses: snok/install-poetry@v1
3434
with:
35-
version: 1.3.1
35+
version: 1.4.0
3636
virtualenvs-create: true
3737
virtualenvs-in-project: true
3838
- name: Install dependencies

advent_of_code_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
advent of code helper module. Provide CLI and library to submit and solve advent of
33
code problems easily.
44
"""
5-
__version__ = "0.3.0"
5+
__version__ = "0.4.0"
66

77
from .initializer import Initializer
88
from .puzzle import solve, submit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ profile = "black"
77

88
[tool.poetry]
99
name = "advent-of-code-py"
10-
version = "0.3.0"
10+
version = "0.4.0"
1111
description = "Advent of Code helper CLI and library"
1212
authors = ["Saurav Sharma <[email protected]>"]
1313
readme = "README.md"

0 commit comments

Comments
 (0)