Skip to content

Commit

Permalink
Bump to 0.1.4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
qexat authored May 3, 2023
1 parent 12c4366 commit 07837d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Coquille"
version = "0.1.3"
version = "0.1.4"
authors = [{name = "Qexat"}]
description = "Coquille is a library that wraps terminal escape sequences as convenient functions."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup

if __name__ == "__main__":
setup(extras_require={"dev": ["pytest", "coverage"]})
setup(extras_require={"dev": ["pytest", "coverage", "build"]})

0 comments on commit 07837d4

Please sign in to comment.