We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc06d3 commit 8daf2d2Copy full SHA for 8daf2d2
railib/__init__.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 7, 4)
+__version_info__ = (0, 7, 5)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments