Skip to content

Commit 98a6200

Browse files
committed
Version 2.0.0.
1 parent 0d612bb commit 98a6200

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
- "3.8"
89
- "pypy"
910
# - "pypy3"
1011
script: python setup.py test

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2011-2019 Michael Truog <mjtruog at protonmail dot com>
3+
Copyright (c) 2011-2020 Michael Truog <mjtruog at protonmail dot com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self):
3636
'Topic :: Software Development :: Libraries :: Python Modules',
3737
'Topic :: System :: Distributed Computing',
3838
],
39-
version='1.8.0',
39+
version='2.0.0',
4040
description='Erlang Binary Term Format for Python',
4141
long_description=long_description,
4242
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)