Skip to content

Commit e2e2696

Browse files
committed
Fixed some things post-merge
1 parent 201d02c commit e2e2696

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626

2727

2828
here = os.path.abspath(os.path.dirname(__file__))
29-
<<<<<<< HEAD
30-
exec(compile(open(os.path.join(here, 'sqlalchemy_pervasive', '_version.py')).read(), os.path.join(here, 'sqlalchemy_pervasive', '_version.py'), 'exec'))
31-
=======
3229
exec(open(os.path.join(here, 'sqlalchemy_pervasive', '_version.py')).read())
33-
>>>>>>> 3c1928b5b5693898f30e8b6e0ae4e6f57a5bf941
3430

3531
README = open(os.path.join(here, 'README.rst')).read()
3632
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()

sqlalchemy_pervasive/_version.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
21
__version__ = '0.1.3'
3-
=======
4-
__version__ = '0.2.1'
5-
>>>>>>> 3c1928b5b5693898f30e8b6e0ae4e6f57a5bf941

0 commit comments

Comments
 (0)