Skip to content

Commit 754add6

Browse files
committed
Release 1.3.0
1 parent f5c5c23 commit 754add6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from setuptools import setup
22
import os
33

4-
version = "1.2.2"
4+
version = "1.3.0"
55
tag = os.getenv("TRAVIS_TAG")
6-
assert not tag or tag==version, "Travis tag has to match version: %r!=%r" % (tag, version)
6+
assert not tag or tag == version, "Travis tag has to match version: %r!=%r" % (tag, version)
77

88
setup(
99
name="pylgbst",

0 commit comments

Comments
 (0)