Skip to content

Commit 8daf2d2

Browse files
authored
bump sdk version to release (#152)
1 parent dfc06d3 commit 8daf2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railib/__init__.py

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

15-
__version_info__ = (0, 7, 4)
15+
__version_info__ = (0, 7, 5)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)