Skip to content

Commit 3dc88e6

Browse files
committed
Bump version: 0.2.2 → 0.3.0
1 parent 9df19bb commit 3dc88e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

grumpy-runtime-src/grumpy_runtime/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.2.2'
15+
__version__ = '0.3.0'

grumpy-runtime-src/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
setup_requirements += ['pytest-runner']
4747

4848
COMMON_OPTIONS = dict(
49-
version='0.2.2',
49+
version='0.3.0',
5050
description="Grumpy Runtime & Transpiler",
5151
long_description=readme,
5252
author="Dylan Trotter et al.",
@@ -158,7 +158,7 @@ def run(self, *args, **kwargs):
158158
GRUMPY_RUNTIME_OPTIONS = dict(
159159
name='grumpy-runtime',
160160
requires=['grumpy_tools'],
161-
install_requires=['grumpy-tools>=0.2.2'],
161+
install_requires=['grumpy-tools>=0.3.0'],
162162
packages=find_packages(
163163
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
164164
),

grumpy-tools-src/grumpy_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Alan Justino et al."""
66
__email__ = '[email protected]'
7-
__version__ = '0.2.2'
7+
__version__ = '0.3.0'

grumpy-tools-src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
COMMON_OPTIONS = dict(
56-
version='0.2.2',
56+
version='0.3.0',
5757
description="Grumpy Runtime & Transpiler",
5858
long_description=readme,
5959
author="Dylan Trotter et al.",

0 commit comments

Comments
 (0)