Skip to content

Commit 7a2b584

Browse files
author
Lucas Fonseca
authored
Release 1.0.0 (#9)
1 parent 6cff6ee commit 7a2b584

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ All notable changes to this project will be documented in this file.
33

44
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.
55

6-
## [0.0.0](https://github.com/quintoandar/validations-engine/releases/tag/0.0.0)
6+
## [1.0.0](https://github.com/quintoandar/validations-engine/releases/tag/1.0.0)
77
### Added
88
First modules and entities of Validations Engine package.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
__package_name__ = "validations_engine"
4-
__version__ = "0.0.1"
4+
__version__ = "1.0.0"
55
__repository_url__ = "https://github.com/quintoandar/validations-engine"
66

77

0 commit comments

Comments
 (0)