Skip to content

Commit 615050b

Browse files
authored
version bump to 0.3.dev0 (#303)
1 parent 00caeba commit 615050b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install-post:
1616
@pip install -r requirements_build.txt
1717
@python setup.py sdist
1818
@python setup.py bdist_wheel
19-
@pip install dist/ansys_fluent_solver-0.2.dev0-py3-none-any.whl[post]
19+
@find dist -name "*.whl" -exec pip install {}[post] \;
2020

2121
install-pyvistaqt-requirements:
2222
@sudo apt update

ansys/fluent/core/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# major, minor, patch
9-
version_info = 0, 2, "dev0"
9+
version_info = 0, 3, "dev0"
1010

1111
# Nice string for the version
1212
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)