Skip to content

Commit 0749067

Browse files
authored
version bump to 0.2.dev0 (#253)
1 parent c8ec1ef commit 0749067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install-post:
1212
@pip install -r requirements_build.txt
1313
@python setup.py sdist
1414
@python setup.py bdist_wheel
15-
@pip install dist/ansys_fluent_solver-0.1.dev0-py3-none-any.whl[post]
15+
@pip install dist/ansys_fluent_solver-0.2.dev0-py3-none-any.whl[post]
1616

1717
install-pyvistaqt-requirements:
1818
@sudo apt-get update

ansys/fluent/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

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

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

0 commit comments

Comments
 (0)