Skip to content

Commit 1a00ee9

Browse files
committed
Bumped version
1 parent 37f5aa4 commit 1a00ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bgfx-python"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Python wrapper for BGFX Library"
55
authors = [
66
"Federico Bertola"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description = ""
1919

2020
package_name = "bgfx-python"
21-
version = "1.0.2"
21+
version = "1.0.3"
2222

2323

2424
class UploadCommand(Command):

0 commit comments

Comments
 (0)