Skip to content

Commit 967a569

Browse files
committed
bumping the version on a beta release to test workflow
1 parent a481a72 commit 967a569

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

release_flag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
UPLOAD_TO_PYPI = False
2-
CREATE_TAG = False
1+
UPLOAD_TO_PYPI = True
2+
CREATE_TAG = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pyuikit",
5-
version="1.1.1",
5+
version="1.1.2b",
66
packages=find_packages(),
77
include_package_data=True,
88
install_requires=[

0 commit comments

Comments
 (0)