Skip to content

Commit

Permalink
Merge pull request #37 from ni/bump_version_to_0.1.8
Browse files Browse the repository at this point in the history
Bump version to 0.1.8
  • Loading branch information
ccaltagi committed Oct 19, 2023
2 parents 3c41ba3 + 70689bc commit f9320b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requirements
============
**niflexlogger-automation** has the following requirements:

* FlexLogger 2023 Q3+
* FlexLogger 2023 Q4+
* CPython 3.6 - 3.10. If you do not have Python installed on your computer, go to python.org/downloads to download and install it.

.. _installation_section:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _get_version(name: str) -> str:
script_dir = os.path.dirname(os.path.realpath(__file__))
script_dir = os.path.join(script_dir, name)
if not os.path.exists(os.path.join(script_dir, "VERSION")):
version = "0.1.7"
version = "0.1.8"
else:
with open(os.path.join(script_dir, "VERSION"), "r") as version_file:
version = version_file.read().rstrip()
Expand Down

0 comments on commit f9320b2

Please sign in to comment.