Skip to content

Commit

Permalink
version bump to 0.3.dev0 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Apr 13, 2022
1 parent 00caeba commit 615050b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install-post:
@pip install -r requirements_build.txt
@python setup.py sdist
@python setup.py bdist_wheel
@pip install dist/ansys_fluent_solver-0.2.dev0-py3-none-any.whl[post]
@find dist -name "*.whl" -exec pip install {}[post] \;

install-pyvistaqt-requirements:
@sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion ansys/fluent/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# major, minor, patch
version_info = 0, 2, "dev0"
version_info = 0, 3, "dev0"

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

0 comments on commit 615050b

Please sign in to comment.