Skip to content

Commit e5eeb1f

Browse files
committed
Change version number
1 parent caf999b commit e5eeb1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: bython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import bython.logger
33
import bython.importing
44

5-
VERSION_NUMBER = "0.7"
5+
VERSION_NUMBER = "0.8"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/mathialo/bython",
17-
download_url="https://github.com/mathialo/bython/archive/v0.7.tar.gz",
17+
download_url="https://github.com/mathialo/bython/archive/v0.8.tar.gz",
1818
scripts=["scripts/by2py", "scripts/bython", "scripts/py2by"],
1919
data_files=[("man/man1", ["etc/bython.1", "etc/py2by.1", "etc/by2py.1"])],
2020
packages=["bython"],

0 commit comments

Comments
 (0)