Skip to content

Commit 3e5a257

Browse files
committed
Bump version: 0.5.0 → 0.5.1.dev0
1 parent c531288 commit 3e5a257

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = 'sdgym' %}
2-
{% set version = '0.5.0' %}
2+
{% set version = '0.5.1.dev0' %}
33

44
package:
55
name: "{{ name|lower }}"

sdgym/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__copyright__ = 'Copyright (c) 2018, MIT Data To AI Lab'
99
__email__ = 'dailabmit@gmail.com'
1010
__license__ = 'MIT'
11-
__version__ = '0.5.0'
11+
__version__ = '0.5.1.dev0'
1212

1313
from sdgym import benchmark, synthesizers
1414
from sdgym.benchmark import run

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.1.dev0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@
134134
test_suite='tests',
135135
tests_require=tests_require,
136136
url='https://github.com/sdv-dev/SDGym',
137-
version='0.5.0',
137+
version='0.5.1.dev0',
138138
zip_safe=False,
139139
)

0 commit comments

Comments
 (0)