diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cbd2b..ff9848b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.7.7 + +* Trigger build workflow / fix issue with pypi + ## v0.7.6 * Updated pyarrow to 22.0.0 diff --git a/railib/__init__.py b/railib/__init__.py index 59c4a06..d1209ea 100644 --- a/railib/__init__.py +++ b/railib/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version_info__ = (0, 7, 6) +__version_info__ = (0, 7, 7) __version__ = ".".join(map(str, __version_info__))