Skip to content

Commit

Permalink
bump version (#148)
Browse files Browse the repository at this point in the history
* bump version

* bump version again
  • Loading branch information
sswatson authored Mar 4, 2024
1 parent 724a67e commit 8e0c06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version_info__ = (0, 7, 0)
__version_info__ = (0, 7, 2)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 8e0c06e

Please sign in to comment.