Skip to content

Commit

Permalink
version: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 18, 2025
1 parent ab59795 commit a369bed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [0.4.1] - 2025-01-18

### Changed

* Improved exception handling to add more verbosity

## [0.4.0] - 2024-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="colony-print",
version="0.4.0",
version="0.4.1",
author="Hive Solutions Lda.",
author_email="development@hive.pt",
description="Colony Print Infra-structure",
Expand Down
2 changes: 1 addition & 1 deletion src/colony_print/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, *args, **kwargs):
)

def _version(self):
return "0.4.0"
return "0.4.1"

def _description(self):
return "Colony Print"
Expand Down
2 changes: 1 addition & 1 deletion src/colony_print/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
NAME = "colony-print"
""" The name of the program currently running """

VERSION = "0.4.0"
VERSION = "0.4.1"
""" The version of the colony print node currently running,
this value should be updated whenever a new version is released """

Expand Down

0 comments on commit a369bed

Please sign in to comment.