Skip to content

Commit f917676

Browse files
committed
change in README
1 parent d66138c commit f917676

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Jasson Carvalho
88

99
## Version
1010

11-
0.1.2
11+
0.1.3
1212

1313
## Installation
1414

@@ -19,7 +19,7 @@ pip install pyjpdf
1919
## Usage
2020

2121
```bash
22-
import PyJPDF
22+
import pyjpdf as PyJPDF
2323

2424
p = PyJPDF.PyjPDFExtract()
2525

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .pyjpdf import PyjPDFExtract
22

33
__author__ = 'Jasson Carvalho'
4-
__version__ = '0.1.2'
4+
__version__ = '0.1.3'

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='PyJPDF',
5-
version='0.1.2',
5+
version='0.1.3',
66
author='Jasson Carvalho',
77
description='A simple library to extract text from PDF files.',
88
url='https://github.com/LordWaif/PyJPDF',

0 commit comments

Comments
 (0)