Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
build(POETRY): reset default package version
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jan 9, 2022
1 parent b9309e4 commit aae4a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "{{cookiecutter.project_slug}}"
version = "0.1.1"
version = "0.0.1"
description = "{{cookiecutter.description}}"
authors = ["{{cookiecutter.author}} <{{cookiecutter.email}}>"]

Expand Down

0 comments on commit aae4a85

Please sign in to comment.