Skip to content

Commit

Permalink
fix: integrate changes from main and target version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Apr 10, 2022
1 parent 826e5b8 commit 07ab0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynbs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0-beta.0"
__version__ = "1.0.0-beta.0"


from collections import namedtuple
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pynbs"
version = "0.5.0-beta.0"
version = "1.0.0-beta.0"
description = "A simple python library to read and write .nbs files from Note Block Studio"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 07ab0f8

Please sign in to comment.