We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ec1ef commit 0749067Copy full SHA for 0749067
Makefile
@@ -12,7 +12,7 @@ install-post:
12
@pip install -r requirements_build.txt
13
@python setup.py sdist
14
@python setup.py bdist_wheel
15
- @pip install dist/ansys_fluent_solver-0.1.dev0-py3-none-any.whl[post]
+ @pip install dist/ansys_fluent_solver-0.2.dev0-py3-none-any.whl[post]
16
17
install-pyvistaqt-requirements:
18
@sudo apt-get update
ansys/fluent/core/_version.py
@@ -6,7 +6,7 @@
6
"""
7
8
# major, minor, patch
9
-version_info = 0, 1, "dev0"
+version_info = 0, 2, "dev0"
10
11
# Nice string for the version
__version__ = ".".join(map(str, version_info))
0 commit comments