Skip to content

Commit 02bee02

Browse files
committed
1.34
1 parent 4865ad9 commit 02bee02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '1.33'
63+
version = '1.34'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '1.33'
65+
release = '1.34'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
url="http://github.com/loyada/typedpy",
3131
download_url ="https://github.com/loyada/typedpy/archive/v1.30.tar.gz",
3232
keywords=['testing', 'type-safe', 'strict', 'schema', 'validation'],
33-
version='1.33'
33+
version='1.34'
3434
)
3535

3636
# coverage run --source=typedpy/ setup.py test

0 commit comments

Comments
 (0)