Skip to content

Commit

Permalink
Fix little issue regarding the version extraction and comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 27, 2018
1 parent 4a91fa3 commit 48b0e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# We set our project name.
NAME = "PyFunceble"
# We set out project version.
VERSION = "1.0.0 (Blue Bontebok)"
VERSION = "1.0.0. (Blue Bontebok)"

if "PYFUNCEBLE_OUTPUT_DIR" in environ: # pragma: no cover
# We handle the case that the `PYFUNCEBLE_OUTPUT_DIR` environnement variable is set.
Expand Down

0 comments on commit 48b0e11

Please sign in to comment.