Skip to content

Commit

Permalink
Increment minor version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Mar 2, 2019
1 parent f684c99 commit 2a352f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docformatter.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (C) 2012-2018 Steven Myint
# Copyright (C) 2012-2019 Steven Myint
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -41,7 +41,7 @@
import untokenize


__version__ = '1.0'
__version__ = '1.1'


try:
Expand Down

0 comments on commit 2a352f1

Please sign in to comment.