Skip to content

Commit a864b11

Browse files
committed
Release 1.0.5
1 parent 2c94f22 commit a864b11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pypirc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pypi]
2+
username = __token__

src/jdmn/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
# specific language governing permissions and limitations under the License.
1212
#
13-
__version__ = "1.0.4"
13+
__version__ = "1.0.5"
1414
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 commit comments

Comments
 (0)