Skip to content

Commit e3bc634

Browse files
committed
Bump version
1 parent 00e9143 commit e3bc634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sphinx_docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = '2022, Erik K. Nyquist'
2323
author = 'Erik K. Nyquist'
2424

25-
version = 'v1.0.2'
25+
version = 'v1.1.0'
2626

2727
# The full version, including alpha/beta/rc tags
2828
release = version

versionedobj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.1.0"
22

33
from versionedobj.object import VersionedObject, CustomValue, migration
44
from versionedobj.serializer import Serializer, FileLoader

0 commit comments

Comments
 (0)