Skip to content

Commit b1cfd28

Browse files
authored
Bump version (#157)
* Bump version * Changelog * Disable test
1 parent 244372f commit b1cfd28

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.7.7
4+
5+
* Trigger build workflow / fix issue with pypi
6+
37
## v0.7.6
48

59
* Updated pyarrow to 22.0.0

railib/__init__.py

Lines changed: 1 addition & 1 deletion
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, 6)
15+
__version_info__ = (0, 7, 7)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)