Skip to content

Commit

Permalink
WHoops, wrong version change, should have been 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jun 6, 2023
1 parent be1d321 commit b8e1fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sexpdata"
version = "0.0.5"
version = "1.0.1"
authors = [
{ name="Joshua D. Boyd", email="[email protected]" },
{ name="Takafumi Arakaki", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='sexpdata',
version='0.0.5',
version='1.0.1',
py_modules=['sexpdata'],
author='Joshua D. Boyd, Takafumi Arakaki',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion sexpdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = '0.0.5'
__version__ = '1.0.1'
__author__ = 'Joshua D. Boyd, Takafumi Arakaki'
__license__ = 'BSD License'
__all__ = [
Expand Down

0 comments on commit b8e1fcc

Please sign in to comment.