Skip to content

Commit

Permalink
fix: flex-linux-setup move version to version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 21, 2022
1 parent f71f9fc commit 61ecb19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flex-linux-setup/flex_linux_setup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'

2 changes: 1 addition & 1 deletion flex-linux-setup/flex_linux_setup/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.0.1"
2 changes: 1 addition & 1 deletion flex-linux-setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def find_version(*file_paths):

setup(
name="flex-linux-setup",
version=find_version("flex_linux_setup/__init__.py"),
version=find_version("flex_linux_setup/version.py"),
url="",
license="Apache",
author="Janssen",
Expand Down

0 comments on commit 61ecb19

Please sign in to comment.