Skip to content

Commit 2c1d255

Browse files
Release v0.4.0
1 parent 233af99 commit 2c1d255

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.4.0](https://github.com/willtheorangeguy/LEGO-Block-Creator/releases/tag/v0.4.0)
4+
5+
### Added
6+
7+
- PyTest tests.
8+
39
## [v0.3.0](https://github.com/willtheorangeguy/LEGO-Block-Creator/releases/tag/v0.3.0)
410

511
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
44

55
[project]
66
name = "LEGO-Block-Creator"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = [
99
{ name= "willtheorangeguy" },
1010
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lego-block-creator
3-
version = 0.3.0
3+
version = 0.4.0
44

55
[options.entry_points]
66
console_scripts =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212
setup(
1313
name="lego-block-creator",
14-
version="0.3.0",
14+
version="0.4.0",
1515
description="Offline inventory tracking of LEGO parts and sets through an easy to use CLI.",
1616
long_description=readme(),
1717
classifiers=[

0 commit comments

Comments
 (0)